Files
legacy/build_bats/build-installer-silent_clean.bat
2022-05-05 19:16:51 +03:00

8 lines
237 B
Batchfile

cd ..
pip install -r requirements.txt
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
cd build_bats