Added silent installer
This commit is contained in:
5
build_bats/build-installer-silent.bat
Normal file
5
build_bats/build-installer-silent.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
cd ..
|
||||
pip install -r requirements.txt
|
||||
pyinstaller --noconfirm --icon "img/icon.ico" --console --onefile "horsy_installer_silent.py"
|
||||
rmdir /s /q __pycache__
|
||||
del horsy_installer_silent.spec
|
||||
7
build_bats/build-installer-silent_clean.bat
Normal file
7
build_bats/build-installer-silent_clean.bat
Normal file
@@ -0,0 +1,7 @@
|
||||
cd ..
|
||||
pip install -r requirements.txt
|
||||
rmdir /s /q build
|
||||
pyinstaller --noconfirm --icon "img/icon.ico" --console --onefile "horsy_installer_silent.py"
|
||||
rmdir /s /q __pycache__
|
||||
del horsy_installer_silent.spec
|
||||
rmdir /s /q build
|
||||
Reference in New Issue
Block a user