@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