venv-friendly
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -8,4 +8,5 @@
|
|||||||
config.cfg
|
config.cfg
|
||||||
/.idea/
|
/.idea/
|
||||||
/dist/
|
/dist/
|
||||||
config.cfg
|
/build-env/
|
||||||
|
activate.bat
|
||||||
|
|||||||
@@ -2,4 +2,5 @@ cd ..
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pyinstaller --noconfirm --icon "img/icon.ico" --console --onefile "horsygui.py"
|
pyinstaller --noconfirm --icon "img/icon.ico" --console --onefile "horsygui.py"
|
||||||
rmdir /s /q __pycache__
|
rmdir /s /q __pycache__
|
||||||
del horsygui.spec
|
del horsygui.spec
|
||||||
|
cd build_bats
|
||||||
@@ -4,4 +4,5 @@ rmdir /s /q build
|
|||||||
pyinstaller --noconfirm --icon "img/icon.ico" --console --onefile "horsygui.py"
|
pyinstaller --noconfirm --icon "img/icon.ico" --console --onefile "horsygui.py"
|
||||||
rmdir /s /q __pycache__
|
rmdir /s /q __pycache__
|
||||||
del horsygui.spec
|
del horsygui.spec
|
||||||
rmdir /s /q build
|
rmdir /s /q build
|
||||||
|
cd build_bats
|
||||||
@@ -2,4 +2,5 @@ cd ..
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pyinstaller --noconfirm --icon "img/icon.ico" --console --onefile "horsy_installer_silent.py"
|
pyinstaller --noconfirm --icon "img/icon.ico" --console --onefile "horsy_installer_silent.py"
|
||||||
rmdir /s /q __pycache__
|
rmdir /s /q __pycache__
|
||||||
del horsy_installer_silent.spec
|
del horsy_installer_silent.spec
|
||||||
|
cd build_bats
|
||||||
@@ -4,4 +4,5 @@ rmdir /s /q build
|
|||||||
pyinstaller --noconfirm --icon "img/icon.ico" --console --onefile "horsy_installer_silent.py"
|
pyinstaller --noconfirm --icon "img/icon.ico" --console --onefile "horsy_installer_silent.py"
|
||||||
rmdir /s /q __pycache__
|
rmdir /s /q __pycache__
|
||||||
del horsy_installer_silent.spec
|
del horsy_installer_silent.spec
|
||||||
rmdir /s /q build
|
rmdir /s /q build
|
||||||
|
cd build_bats
|
||||||
@@ -2,4 +2,5 @@ cd ..
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pyinstaller --noconfirm --icon "img/icon.ico" --console --onefile "horsy_installer.py"
|
pyinstaller --noconfirm --icon "img/icon.ico" --console --onefile "horsy_installer.py"
|
||||||
rmdir /s /q __pycache__
|
rmdir /s /q __pycache__
|
||||||
del horsy_installer.spec
|
del horsy_installer.spec
|
||||||
|
cd build_bats
|
||||||
@@ -4,4 +4,5 @@ rmdir /s /q build
|
|||||||
pyinstaller --noconfirm --icon "img/icon.ico" --console --onefile "horsy_installer.py"
|
pyinstaller --noconfirm --icon "img/icon.ico" --console --onefile "horsy_installer.py"
|
||||||
rmdir /s /q __pycache__
|
rmdir /s /q __pycache__
|
||||||
del horsy_installer.spec
|
del horsy_installer.spec
|
||||||
rmdir /s /q build
|
rmdir /s /q build
|
||||||
|
cd build_bats
|
||||||
@@ -2,4 +2,5 @@ cd ..
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pyinstaller --noconfirm --icon "img/icon.ico" --onefile --console "horsy_updater.py"
|
pyinstaller --noconfirm --icon "img/icon.ico" --onefile --console "horsy_updater.py"
|
||||||
rmdir /s /q __pycache__
|
rmdir /s /q __pycache__
|
||||||
del horsy_updater.spec
|
del horsy_updater.spec
|
||||||
|
cd build_bats
|
||||||
@@ -4,4 +4,5 @@ rmdir /s /q build
|
|||||||
pyinstaller --noconfirm --icon "img/icon.ico" --onefile --console "horsy_updater.py"
|
pyinstaller --noconfirm --icon "img/icon.ico" --onefile --console "horsy_updater.py"
|
||||||
rmdir /s /q __pycache__
|
rmdir /s /q __pycache__
|
||||||
del horsy_updater.spec
|
del horsy_updater.spec
|
||||||
rmdir /s /q build
|
rmdir /s /q build
|
||||||
|
cd build_bats
|
||||||
@@ -2,4 +2,5 @@ cd ..
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pyinstaller --noconfirm --icon "img/icon.ico" --console --onefile "horsy.py"
|
pyinstaller --noconfirm --icon "img/icon.ico" --console --onefile "horsy.py"
|
||||||
rmdir /s /q __pycache__
|
rmdir /s /q __pycache__
|
||||||
del horsy.spec
|
del horsy.spec
|
||||||
|
cd build_bats
|
||||||
@@ -4,4 +4,5 @@ rmdir /s /q build
|
|||||||
pyinstaller --noconfirm --icon "img/icon.ico" --console --onefile "horsy.py"
|
pyinstaller --noconfirm --icon "img/icon.ico" --console --onefile "horsy.py"
|
||||||
rmdir /s /q __pycache__
|
rmdir /s /q __pycache__
|
||||||
del horsy.spec
|
del horsy.spec
|
||||||
rmdir /s /q build
|
rmdir /s /q build
|
||||||
|
cd build_bats
|
||||||
Reference in New Issue
Block a user