Files
legacy/build-installer_clean.bat
2022-01-28 14:01:24 +02:00

6 lines
204 B
Batchfile

pip install -r requirements.txt
rmdir /s /q build
pyinstaller --noconfirm --icon "img/icon.ico" --windowed --onefile "horsy_installer.py"
rmdir /s /q __pycache__
del horsy_installer.spec
rmdir /s /q build