mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-08 16:41:00 +00:00
Remove leftover from vcredist removal.
This commit is contained in:
parent
6ad761bf69
commit
94d074dfd8
1 changed files with 0 additions and 2 deletions
2
dist.bat
2
dist.bat
|
|
@ -30,8 +30,6 @@ echo Building portable
|
|||
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
|
||||
del %PORTDIR%\vcredist_x86.exe > nul
|
||||
echo Compressing executables
|
||||
for /r %PORTDIR% %%e in (*.pyd,*.dll,*.exe) do %UPX_EXE% "%%e" --best
|
||||
%SZ_EXE% a -mx=9 -md=32m LinkChecker-%VERSION%-portable.zip %PORTDIR%
|
||||
|
|
|
|||
Loading…
Reference in a new issue