소스 검색

Add missing failure check.

Martijn Laan 2 달 전
부모
커밋
02bc57b1a0
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      build-ce.bat
  2. 1 0
      build.bat

+ 1 - 0
build-ce.bat

@@ -83,6 +83,7 @@ echo Compiling Inno Setup done
 if exist .\setup-presign.bat (
   echo - Presigning
   call .\setup-presign.bat Files\ISCC.exe Files\ISCmplr.dll Files\ISPP.dll
+  if errorlevel 1 goto failed
   echo Presign done
 )
 

+ 1 - 0
build.bat

@@ -77,6 +77,7 @@ echo Compiling Inno Setup done
 if exist .\setup-presign.bat (
   echo - Presigning
   call .\setup-presign.bat Files\ISCC.exe Files\ISCmplr.dll Files\ISPP.dll
+  if errorlevel 1 goto failed
   echo Presign done
 )