Fix innosetup download exe

This commit is contained in:
Pat Hartl 2026-06-06 06:51:11 -05:00
parent 7a4553c407
commit e74ef66bcd

View file

@ -33,7 +33,7 @@ jobs:
# Install Inno Setup
- name: Install Inno Setup
run: |
curl -L -o innosetup.exe https://files.jrsoftware.org/is/6/innosetup-6.2.2.exe
curl -L -o innosetup.exe https://github.com/jrsoftware/issrc/releases/download/is-6_7_3/innosetup-6.7.3.exe
.\innosetup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
shell: cmd