update inno setup
This commit is contained in:
committed by
Phoenix
parent
a72b7bab45
commit
a27ebf6c46
3
.github/workflows/package-release.yml
vendored
3
.github/workflows/package-release.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user