6 lines
187 B
Batchfile
6 lines
187 B
Batchfile
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
|
|
cd build_bats |