ci: fix innosetup installation

This commit is contained in:
Pietro Albini 2019-10-15 10:21:11 +02:00
parent 10fa917a13
commit d52db03ef0
No known key found for this signature in database
GPG key ID: 3E06ABE80BAAF19C

View file

@ -12,7 +12,7 @@ source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
if isWindows; then if isWindows; then
curl.exe -o is-install.exe "${MIRRORS_BASE}/2017-08-22-is.exe" curl.exe -o is-install.exe "${MIRRORS_BASE}/2017-08-22-is.exe"
is-install.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- cmd.exe //c "is-install.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
ciCommandAddPath "C:\\Program Files (x86)\\Inno Setup 5" ciCommandAddPath "C:\\Program Files (x86)\\Inno Setup 5"
fi fi