Skip to content
Snippets Groups Projects
Commit 0d203432 authored by hluk's avatar hluk
Browse files

Windows: Fix build for Inno Setup 6


Signed-off-by: default avatarLukas Holecek <hluk@email.cz>
parent 4a60c032
No related branches found
No related tags found
No related merge requests found
...@@ -33,8 +33,8 @@ xcopy /F "%BuildPlugins%\*.dll" "%Destination%\plugins" || goto :error ...@@ -33,8 +33,8 @@ xcopy /F "%BuildPlugins%\*.dll" "%Destination%\plugins" || goto :error
7z a "%Name%.zip" -r "%Destination%" || goto :error 7z a "%Name%.zip" -r "%Destination%" || goto :error
choco install -y InnoSetup choco install -y InnoSetup || goto :error
"C:\Program Files (x86)\Inno Setup 5\iscc" "/O%APPVEYOR_BUILD_FOLDER%" "/DAppVersion=%AppVersion%" "/DRoot=%Destination%" "/DSource=%Source%" "%Source%\Shared\copyq.iss" || goto :error "C:\ProgramData\chocolatey\bin\ISCC.exe" "/O%APPVEYOR_BUILD_FOLDER%" "/DAppVersion=%AppVersion%" "/DRoot=%Destination%" "/DSource=%Source%" "%Source%\Shared\copyq.iss" || goto :error
set QT_LOGGING_TO_CONSOLE=1 set QT_LOGGING_TO_CONSOLE=1
"%Executable%" --help || goto :error "%Executable%" --help || goto :error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment