GUI development
This commit is contained in:
6
build-installer_clean.bat
Normal file
6
build-installer_clean.bat
Normal file
@@ -0,0 +1,6 @@
|
||||
pip install -r requirements.txt
|
||||
rmdir /s /q build
|
||||
pyinstaller --noconfirm --icon "img/icon.ico" --windowed --onefile "horsy_installer.py"
|
||||
rmdir /s /q __pycache__
|
||||
del horsy_installer.spec
|
||||
rmdir /s /q build
|
||||
Reference in New Issue
Block a user