Changed file system

This commit is contained in:
BarsTiger
2022-01-23 22:30:55 +02:00
parent 79e2d7266f
commit 99bf4cc57a
5 changed files with 11 additions and 44 deletions

6
build_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 "horsy.py"
rmdir /s /q __pycache__
del horsy.spec
rmdir /s /q build