mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-13 10:51:03 +00:00
6 lines
161 B
Batchfile
Executable file
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
|