Do not compress installer since it results in a corrupted .exe file.

This commit is contained in:
Bastian Kleineidam 2010-12-30 11:07:03 +01:00
parent f15d2a5e45
commit 789cbd82ec

View file

@ -25,7 +25,6 @@ rd /s /q dist > nul
%PYDIR%\python.exe setup.py py2exe
:: wait for InnoScript installer to complete (which runs in background)
pause
%UPX_EXE% --best dist\LinkChecker-%VERSION%.exe
echo Building portable
rd /s /q %PORTDIR% > nul