Browse Source

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

Martijn Laan 10 years ago
parent
commit
805963df0f
1 changed files with 0 additions and 6 deletions
  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