Console hide

This commit is contained in:
BarsTiger
2022-01-31 17:59:36 +02:00
parent 5138f10417
commit cb0450b70e
12 changed files with 52 additions and 27 deletions

View File

@@ -0,0 +1,7 @@
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