This commit is contained in:
BarsTiger
2022-01-31 18:52:56 +02:00
parent d3a82cc44a
commit d71cbb8337
5 changed files with 54 additions and 1 deletions

View File

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