venv-friendly

This commit is contained in:
BarsTiger
2022-05-05 19:16:51 +03:00
parent 84512ade36
commit 4b58ed7fff
11 changed files with 22 additions and 11 deletions

3
.gitignore vendored
View File

@@ -8,4 +8,5 @@
config.cfg
/.idea/
/dist/
config.cfg
/build-env/
activate.bat

View File

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

View File

@@ -4,4 +4,5 @@ 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
rmdir /s /q build
cd build_bats

View File

@@ -2,4 +2,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
del horsy_installer_silent.spec
cd build_bats

View File

@@ -4,4 +4,5 @@ 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
rmdir /s /q build
cd build_bats

View File

@@ -2,4 +2,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
del horsy_installer.spec
cd build_bats

View File

@@ -4,4 +4,5 @@ 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
rmdir /s /q build
cd build_bats

View File

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

View File

@@ -4,4 +4,5 @@ rmdir /s /q build
pyinstaller --noconfirm --icon "img/icon.ico" --onefile --console "horsy_updater.py"
rmdir /s /q __pycache__
del horsy_updater.spec
rmdir /s /q build
rmdir /s /q build
cd build_bats

View File

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

View File

@@ -4,4 +4,5 @@ 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
rmdir /s /q build
cd build_bats