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