mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-28 18:14:42 +00:00
Do not compress installer since it results in a corrupted .exe file.
This commit is contained in:
parent
f15d2a5e45
commit
789cbd82ec
1 changed files with 0 additions and 1 deletions
1
dist.bat
1
dist.bat
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue