GUI development

This commit is contained in:
BarsTiger
2022-01-28 14:01:24 +02:00
parent 1934fc5531
commit 42840bd7e1
5 changed files with 27 additions and 1 deletions

4
build-installer.bat Normal file
View File

@@ -0,0 +1,4 @@
pip install -r requirements.txt
pyinstaller --noconfirm --icon "img/icon.ico" --windowed --onefile "horsy_installer.py"
rmdir /s /q __pycache__
del horsy_installer.spec