venv-friendly
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -8,4 +8,5 @@
|
||||
config.cfg
|
||||
/.idea/
|
||||
/dist/
|
||||
config.cfg
|
||||
/build-env/
|
||||
activate.bat
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user