mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Propagate the exit code if we can't generate the installer
No need to check previous commands, if they fail, iscc will fail for sure.
This commit is contained in:
parent
df6f368015
commit
cc197b3ca5
@ -56,6 +56,6 @@ if "%1"=="x86" (
|
||||
type build_installer.iss | findstr /v ArchitecturesInstallIn64BitMode | findstr /v ArchitecturesAllowed > build_installer.iss
|
||||
)
|
||||
|
||||
iscc /DVERSION=%VERSION% /DPLATFORM=%1 /DCOMPRESSED_ARCHIVE_BACKEND=%2 /DBUILD_NUMBER=%3 build_installer.iss
|
||||
iscc /DVERSION=%VERSION% /DPLATFORM=%1 /DCOMPRESSED_ARCHIVE_BACKEND=%2 /DBUILD_NUMBER=%3 build_installer.iss || exit /b
|
||||
|
||||
cd ..
|
Loading…
Reference in New Issue
Block a user