mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-25 00:24:45 +00:00
Add version to portable directory.
This commit is contained in:
parent
56b46d7e59
commit
27a5eec955
1 changed files with 1 additions and 1 deletions
|
|
@ -15,10 +15,10 @@
|
|||
:: 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
@echo off
|
||||
set PYDIR=C:\Python27
|
||||
set PORTDIR=LinkChecker-portable
|
||||
set SZ_EXE="C:\Programme\7-Zip\7z.exe"
|
||||
set UPX_EXE="C:\Software\upx307w\upx.exe"
|
||||
for /f "usebackq tokens=*" %%a in (`%PYDIR%\python.exe setup.py --version`) do set VERSION="%%a"
|
||||
set PORTDIR=LinkChecker-%VERSION%
|
||||
rd /s /q build > nul
|
||||
call windows\build.bat
|
||||
rd /s /q dist > nul
|
||||
|
|
|
|||
Loading…
Reference in a new issue