venv-friendly

This commit is contained in:
BarsTiger
2022-05-05 19:16:51 +03:00
parent 84512ade36
commit 4b58ed7fff
11 changed files with 22 additions and 11 deletions

View File

@@ -4,4 +4,5 @@ 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
rmdir /s /q build
cd build_bats