Browse Source

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 tuần trước cách đây
mục cha
commit
c027daf5d6
1 tập tin đã thay đổi với 3 bổ sung6 xóa
  1. 3 6
      build.bat

+ 3 - 6
build.bat

@@ -48,12 +48,9 @@ if errorlevel 1 goto failed
 echo Compiling ISetup*.chm done
 echo Compiling ISetup*.chm done
 pause
 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  Verify precompiled binaries which are used during compilation
 rem  Note: Other precompiled binaries are verified by Setup.iss
 rem  Note: Other precompiled binaries are verified by Setup.iss