Files
legacy/build.bat
2022-01-23 22:30:55 +02:00

4 lines
147 B
Batchfile

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