浏览代码

Fix build.bat broken by 3c3ca70f.

Martijn Laan 1 月之前
父节点
当前提交
192c532b49
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      compile.bat

+ 1 - 0
compile.bat

@@ -90,6 +90,7 @@ if errorlevel 1 goto failed
 
 echo Success!
 
+if "%1"=="issigtool" goto exit
 rem  Sign using user's private key - will be overwritten if called by build.bat
 call .\issig.bat sign Files\ISCmplr.dll Files\ISPP.dll Files\Setup.e32 Files\SetupLdr.e32
 if errorlevel 1 goto failed