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

Commit b4701a4

Browse files
committed
Move scripts to scripts folder
1 parent 6f0fe20 commit b4701a4

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Elixir.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Name: "{group}\Uninstall Elixir"; Filename: "{uninstallexe}"; IconFilename: "{ap
1616
[Files]
1717
Source: "assets\drop.ico"; DestDir: "{app}"
1818
Source: "assets\drop_gs.ico"; DestDir: "{app}"
19-
Source: "extract-zip.ps1"; DestDir: "{app}"; Flags: deleteafterinstall
19+
Source: "scripts\extract-zip.ps1"; DestDir: "{app}"; Flags: deleteafterinstall
2020

2121
[Run]
2222
Filename: "powershell.exe"; Parameters: "-File .\extract-zip.ps1 {tmp}\Precompiled.zip"; WorkingDir: "{app}"; Flags: waituntilterminated runhidden; StatusMsg: "Extracting..."
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)