|
@@ -57,9 +57,6 @@ if exist .\setup-sign.bat (
|
|
files\iscc setup.iss /q /DNOSIGNTOOL
|
|
files\iscc setup.iss /q /DNOSIGNTOOL
|
|
)
|
|
)
|
|
if errorlevel 1 goto failed
|
|
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
|
|
echo - Renaming files
|
|
cd output
|
|
cd output
|
|
if errorlevel 1 goto failed
|
|
if errorlevel 1 goto failed
|
|
@@ -81,9 +78,6 @@ if exist .\setup-sign.bat (
|
|
files\iscc setup.iss /q /DNOSIGNTOOL
|
|
files\iscc setup.iss /q /DNOSIGNTOOL
|
|
)
|
|
)
|
|
if errorlevel 1 goto failed
|
|
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
|
|
echo - Renaming files
|
|
cd output
|
|
cd output
|
|
if errorlevel 1 goto failed
|
|
if errorlevel 1 goto failed
|