Console hide

This commit is contained in:
BarsTiger
2022-01-31 17:59:36 +02:00
parent 5138f10417
commit cb0450b70e
12 changed files with 52 additions and 27 deletions

5
build_bats/build-gui.bat Normal file
View File

@@ -0,0 +1,5 @@
cd ..
pip install -r requirements.txt
pyinstaller --noconfirm --icon "img/icon.ico" --console --onefile "horsygui.py"
rmdir /s /q __pycache__
del horsygui.spec

View File

@@ -0,0 +1,7 @@
cd ..
pip install -r requirements.txt
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

View File

@@ -0,0 +1,5 @@
cd ..
pip install -r requirements.txt
pyinstaller --noconfirm --icon "img/icon.ico" --console --onefile "horsy_installer.py"
rmdir /s /q __pycache__
del horsy_installer.spec

View 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.py"
rmdir /s /q __pycache__
del horsy_installer.spec
rmdir /s /q build

5
build_bats/build.bat Normal file
View File

@@ -0,0 +1,5 @@
cd ..
pip install -r requirements.txt
pyinstaller --noconfirm --icon "img/icon.ico" --console --onefile "horsy.py"
rmdir /s /q __pycache__
del horsy.spec

View File

@@ -0,0 +1,7 @@
cd ..
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