Skip to content

Commit d52db03

Browse files
committed
ci: fix innosetup installation
1 parent 10fa917 commit d52db03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/scripts/install-innosetup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
1212

1313
if isWindows; then
1414
curl.exe -o is-install.exe "${MIRRORS_BASE}/2017-08-22-is.exe"
15-
is-install.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
15+
cmd.exe //c "is-install.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
1616

1717
ciCommandAddPath "C:\\Program Files (x86)\\Inno Setup 5"
1818
fi

0 commit comments

Comments
 (0)