ci: Upgrade InnoSetup to 6.1.2

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2021-06-02 20:05:01 +02:00
parent 3030339bfe
commit 5a503fdd2d
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ jobs:
cmake --build "build/temp" --config RelWithDebInfo --target INSTALL
- name: "StreamFX: Package (Install Prerequisites)"
run: |
curl "-kL" "https://cdn.xaymar.com/ci/innosetup-6.0.3.exe" "-f" "--retry" "5" "-o" "inno.exe"
curl "-kL" "https://cdn.xaymar.com/ci/innosetup-6.1.2.exe" "-f" "--retry" "5" "-o" "inno.exe"
.\inno.exe /VERYSILENT /SP- /SUPPRESSMSGBOXES /NORESTART
- name: "StreamFX: Package"
shell: bash