mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-27 09:34:42 +00:00
Wait for innoscript compiler when building distribution file.
This commit is contained in:
parent
ecb876a52d
commit
73aabc95f0
1 changed files with 3 additions and 1 deletions
4
dist.bat
4
dist.bat
|
|
@ -23,10 +23,12 @@ rd /s /q build > nul
|
|||
call build.bat
|
||||
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%
|
||||
rd /s /q %PORTDIR% > nul
|
||||
xcopy /e /i dist %PORTDIR%
|
||||
del %PORTDIR%\LinkChecker-%VERSION%.exe > nul
|
||||
:: not possible to install this in a portable version
|
||||
|
|
|
|||
Loading…
Reference in a new issue