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

Commit d8cf9fd

Browse files
committed
Initial Script, define IEx launcher icon
1 parent 59db840 commit d8cf9fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Elixir.iss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[Icons]
2+
Name: "{group}\Elixir"; Filename: "{app}\bin\iex.bat"; WorkingDir: "{userdocs}"; IconFilename: "{app}\drop.ico"
3+
4+
[Files]
5+
Source: "drop.ico"; DestDir: "{app}"; Flags: onlyifdoesntexist

0 commit comments

Comments
 (0)