Files
legacy/build_bats/build_clean.bat
2022-01-31 17:59:36 +02:00

7 lines
189 B
Batchfile

cd ..
pip install -r requirements.txt
rmdir /s /q build
pyinstaller --noconfirm --icon "img/icon.ico" --console --onefile "horsy.py"
rmdir /s /q __pycache__
del horsy.spec
rmdir /s /q build