TraSH/scripts/debugger/pkgtool.bat

15 lines
173 B
Batchfile

@echo off
chcp 65001
rd build /S /Q
rd dist /S /Q
rd __pycache__ /S /Q
del *.spec /S
del *.exe /S
pyinstaller -F -i icon.ico debugger.py
cp dist/*.exe .
timeout /t 2