Changed file system
This commit is contained in:
6
build_clean.bat
Normal file
6
build_clean.bat
Normal 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
|
||||
Reference in New Issue
Block a user