Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Remove DAEDALUS_CONFIG from being set
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroto Shioi committed Oct 17, 2019
1 parent eee1cef commit 8dd0b3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cardano-launcher/src/Cardano/Shell/CLI.hs
Expand Up @@ -103,7 +103,6 @@ setupEnvVars :: LauncherOptionPath -> IO ()
setupEnvVars (LauncherOptionPath configPath) = do
daedalusDir <- takeDirectory <$> getExecutablePath
setEnv "DAEDALUS_INSTALL_DIRECTORY" daedalusDir
setEnv "DAEDALUS_CONFIG" daedalusDir
getXdgDirectory XdgData "" >>= setEnv "XDG_DATA_HOME"
setEnv "LAUNCHER_CONFIG" configPath

Expand Down

0 comments on commit 8dd0b3b

Please sign in to comment.