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

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

View File

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

View File

@@ -3,3 +3,4 @@ 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
cd build_bats

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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