GUI development

This commit is contained in:
BarsTiger
2022-01-27 20:40:23 +02:00
parent 4b3079733b
commit a2f6a34506
6 changed files with 17 additions and 15 deletions

6
build-gui_clean.bat Normal file
View File

@@ -0,0 +1,6 @@
pip install -r requirements.txt
rmdir /s /q build
pyinstaller --noconfirm --icon "img/icon.ico" --console --onefile "horsygui.py"
rmdir /s /q __pycache__
del horsygui.spec
rmdir /s /q build