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

Commit b1640d5

Browse files
committed
Remove Path-setting functionality based on PowerShell
1 parent 7626b56 commit b1640d5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Elixir.iss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,10 @@ Compression=none
3535
#endif
3636

3737
[Files]
38-
Source: "scripts\set-env.ps1"; DestDir: "{tmp}\scripts"; Flags: deleteafterinstall
3938
Source: "assets\drop.ico"; DestDir: "{app}"
4039
Source: "assets\drop_gs.ico"; DestDir: "{app}"
4140
Source: "elixir\*"; DestDir: "{app}"; Flags: recursesubdirs createallsubdirs
4241

4342
[Icons]
4443
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"
4544
Name: "{group}\Uninstall Elixir"; Filename: "{uninstallexe}"; IconFilename: "{app}\drop_gs.ico"; IconIndex: 0
46-
47-
[Run]
48-
Filename: "powershell.exe"; Parameters: "-File {tmp}\scripts\set-env.ps1 {app}"; Flags: waituntilterminated runhidden; StatusMsg: "Setting environment variables..."

0 commit comments

Comments
 (0)