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

Commit 73301e8

Browse files
committed
Offline installer uses same language for path task as web installer
1 parent 073979d commit 73301e8

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
@@ -44,7 +44,7 @@ Name: "{group}\Elixir"; Filename: "werl.exe"; WorkingDir: "%userprofile%"; IconF
4444
Name: "{group}\Uninstall Elixir"; Filename: "{uninstallexe}"; IconFilename: "{app}\drop_gs.ico"; IconIndex: 0
4545

4646
[Tasks]
47-
Name: modifypath; Description: Append the system's Path environment variable
47+
Name: modifypath; Description: "Append {app}\bin to Path environment variable"
4848

4949
[Code]
5050
const

0 commit comments

Comments
 (0)