Files
legacy/build-gui.bat
2022-01-27 20:40:23 +02:00

4 lines
153 B
Batchfile

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