update inno setup

This commit is contained in:
phoenixbackrooms
2025-09-13 17:37:41 +03:00
committed by Phoenix
parent a72b7bab45
commit a27ebf6c46

View File

@@ -108,7 +108,7 @@ jobs:
if: github.event.inputs.download_artifacts == 'true' || github.event_name == 'push'
shell: powershell
run: |
Invoke-WebRequest -Uri "https://files.jrsoftware.org/is/6/innosetup-6.2.2.exe" -OutFile "innosetup.exe"
Invoke-WebRequest -Uri "https://files.jrsoftware.org/is/6/innosetup-6.5.3.exe" -OutFile "innosetup.exe"
Start-Process -FilePath ".\innosetup.exe" -ArgumentList "/VERYSILENT", "/NORESTART", "/DIR=C:\InnoSetup" -Wait
- name: Build Windows installer
@@ -274,3 +274,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}