Skip to content

Commit 4ea44c0

Browse files
committed
Fix PowerShell syntax for ISCC
1 parent 3142bec commit 4ea44c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Compile Inno Setup Installer
2727
# This runs the pre-installed Inno Setup compiler in the cloud
2828
run: |
29-
"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" Unblocker_Installer_Script.iss
29+
iscc Unblocker_Installer_Script.iss
3030
3131
- name: Upload the final Setup Wizard
3232
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)