Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit fde4d95

Browse files
author
dirk
committed
Removed options when executing Inno Setup.
1 parent 3065cd6 commit fde4d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AppVeyor/Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function CreatePackage($config, $version)
142142

143143
function CreateInstaller($config)
144144
{
145-
& "C:\Program Files (x86)\Inno Setup 5\iscc.exe" "/cc" "..\VisualMagick\installer\im-$($config.platform)-$($config.name).iss"
145+
& "C:\Program Files (x86)\Inno Setup 5\iscc.exe" "..\VisualMagick\installer\im-$($config.platform)-$($config.name).iss"
146146
CheckExitCode "Failed to create setup executable."
147147

148148
Get-ChildItem -Path ..\VisualMagick\installer\output\*.exe -Recurse | Move-Item -Destination ..\Windows-Distribution

0 commit comments

Comments
 (0)