瀏覽代碼

build.bat: Always build ISSigTool, just in case a new version is needed. Should be rare, and this is the reason build-ce.bat wasn't updated as well.

Martijn Laan 3 周之前
父節點
當前提交
c027daf5d6
共有 1 個文件被更改,包括 3 次插入6 次删除
  1. 3 6
      build.bat

+ 3 - 6
build.bat

@@ -48,12 +48,9 @@ if errorlevel 1 goto failed
 echo Compiling ISetup*.chm done
 pause
 
-if not exist files\issigtool.exe (
-  echo Missing ISSigTool
-  call .\compile.bat issigtool
-  if errorlevel 1 goto failed
-  echo Compiling ISSigTool done
-)
+call .\compile.bat issigtool
+if errorlevel 1 goto failed
+echo Compiling ISSigTool done
 
 rem  Verify precompiled binaries which are used during compilation
 rem  Note: Other precompiled binaries are verified by Setup.iss