Fix if block

pull/2442/head
kimkulling 2019-04-30 15:51:32 +02:00
parent c821c6f301
commit 800616e83a
1 changed files with 1 additions and 2 deletions

View File

@ -56,8 +56,7 @@ after_build:
- if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2017" (
if "%platform%"=="x64" (
iscc packaging\windows-innosetup\script_x64.iss
)
if "%platform%"!="x64" (
) else (
iscc packaging\windows-innosetup\script_x86.iss
)
)