mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-25 00:24:45 +00:00
Ensure Windows distribution has correct portable flag configured.
This commit is contained in:
parent
1a28c2e334
commit
50f58965b9
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ set UPX_EXE="C:\Software\upx308w\upx.exe"
|
|||
set SZ_EXE="C:\Programme\7-Zip\7z.exe"
|
||||
for /f "usebackq tokens=*" %%a in (`%PYDIR%\python.exe setup.py --version`) do set VERSION="%%a"
|
||||
set PORTDIR=LinkChecker-%VERSION%
|
||||
set LINKCHECKER_PORTABLE=0
|
||||
rd /s /q build > nul
|
||||
call %~dp0\build.bat
|
||||
rd /s /q dist > nul
|
||||
|
|
|
|||
Loading…
Reference in a new issue