瀏覽代碼

Don't need the special ISCC for ISPack handling anymore. Thought I removed this already.

Martijn Laan 10 年之前
父節點
當前提交
805963df0f
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      build.bat

+ 0 - 6
build.bat

@@ -57,9 +57,6 @@ if exist .\setup-sign.bat (
   files\iscc setup.iss /q /DNOSIGNTOOL
 )
 if errorlevel 1 goto failed
-echo - Copying ISCC for ISPack
-copy files\ISCC.exe output\ISCC-%VER%.exe
-if errorlevel 1 goto failed
 echo - Renaming files
 cd output
 if errorlevel 1 goto failed
@@ -81,9 +78,6 @@ if exist .\setup-sign.bat (
   files\iscc setup.iss /q /DNOSIGNTOOL
 )
 if errorlevel 1 goto failed
-echo - Copying ISCC for ISPack
-copy files\ISCC.exe output\ISCC-%VER%-unicode.exe
-if errorlevel 1 goto failed
 echo - Renaming files
 cd output
 if errorlevel 1 goto failed