mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Added pause to dist
This commit is contained in:
parent
8e82c31fb6
commit
4ecf4248c8
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
|||
@echo off
|
||||
set PYTHON="c:\Python26\python.exe"
|
||||
rd /S /Q build
|
||||
%PYTHON% setup.py sdist --manifest-only
|
||||
%PYTHON% setup.py build -c mingw32
|
||||
copy build\lib.win32-2.6\linkcheck\HtmlParser\htmlsax.pyd linkcheck\HtmlParser
|
||||
|
|
|
|||
2
dist.bat
2
dist.bat
|
|
@ -1,6 +1,8 @@
|
|||
@echo off
|
||||
: batch file for generating the windows .exe installer
|
||||
set PYTHON="c:\Python26\python.exe"
|
||||
rd /S /Q build
|
||||
call build.bat
|
||||
rd /S /Q dist
|
||||
%PYTHON% setup.py py2exe
|
||||
@pause
|
||||
|
|
|
|||
Loading…
Reference in a new issue