Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit ba6642c

Browse files
committed
Replace hardcoded working directory with %userprofile%
1 parent c494480 commit ba6642c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Elixir.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Source: "assets\drop_gs.ico"; DestDir: "{app}"
2121
Source: "{tmp}\Precompiled\*"; DestDir: "{app}"; Flags: recursesubdirs external createallsubdirs; BeforeInstall: ExtractPrecompiled
2222

2323
[Icons]
24-
Name: "{group}\Elixir"; Filename: "werl.exe"; WorkingDir: "{userdocs}"; IconFilename: "{app}\drop.ico"; IconIndex: 0; Parameters: "-env ERL_LIBS ""{app}\lib"" -s elixir start_cli -user Elixir.IEx.CLI -extra --no-halt"
24+
Name: "{group}\Elixir"; Filename: "werl.exe"; WorkingDir: "%userprofile%"; IconFilename: "{app}\drop.ico"; IconIndex: 0; Parameters: "-env ERL_LIBS ""{app}\lib"" -s elixir start_cli -user Elixir.IEx.CLI -extra --no-halt"
2525
Name: "{group}\Uninstall Elixir"; Filename: "{uninstallexe}"; IconFilename: "{app}\drop_gs.ico"; IconIndex: 0
2626

2727
[Run]

0 commit comments

Comments
 (0)