Skip to content

Commit

Permalink
Fix Install InnoSetup
Browse files Browse the repository at this point in the history
  • Loading branch information
arnost00 committed Jan 28, 2025
1 parent 2135eb9 commit 6bc7814
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
run: |
Invoke-WebRequest -Uri https://jrsoftware.org/download.php/is.exe -OutFile D:\\is.exe
Start-Process -FilePath D:\\is.exe -ArgumentList "/VERYSILENT", "/SUPPRESSMSGBOXES", "/NORESTART", -Wait
$env:Path += ";C:\\Program Files (x86)\\Inno Setup 6"
- name: Create installer
run: iscc "-DBUILD_DIR=${{ github.workspace }}/install" "-DVERSION=${{ env.VERSION }}" quickevent/quickevent.iss

Expand Down

0 comments on commit 6bc7814

Please sign in to comment.