linkchecker/dist.bat
2009-02-24 11:56:25 +01:00

6 lines
161 B
Batchfile
Executable file

@echo off
: batch file for generating the windows .exe installer
set PYTHON="c:\Python26\python.exe"
call build.bat
rd /S /Q dist
%PYTHON% setup.py py2exe