BAPSicle/build/build-exe.bat

10 lines
208 B
Batchfile
Raw Normal View History

2020-10-25 01:23:24 +00:00
cd /D "%~dp0"
pip install -r requirements.txt
pip install -r requirements-windows.txt
pip install -e ..\
python generate-build-exe-config.py
auto-py-to-exe -c build-exe-config.json -o ../install
2020-10-25 01:23:24 +00:00
TIMEOUT 5