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

Commit 63fff61

Browse files
committed
Apply change in elixir-lang\bin\elixir.bat to IEx shortcut
1 parent 228c714 commit 63fff61

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
@@ -59,7 +59,7 @@ Source: "assets\drop_gs.ico"; DestDir: "{app}"
5959
Source: "elixir\*"; DestDir: "{app}"; Flags: recursesubdirs createallsubdirs
6060

6161
[Icons]
62-
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"
62+
Name: "{group}\Elixir"; Filename: "werl.exe"; WorkingDir: "%userprofile%"; IconFilename: "{app}\drop.ico"; IconIndex: 0; Parameters: "-env ERL_LIBS ""{app}\lib"" -user Elixir.IEx.CLI -extra --no-halt"
6363
Name: "{group}\Uninstall Elixir"; Filename: "{uninstallexe}"; IconFilename: "{app}\drop_gs.ico"; IconIndex: 0
6464

6565
[Tasks]

0 commit comments

Comments
 (0)