TraSH/scripts/debugger/pkgclear.bat

12 lines
105 B
Batchfile

@echo off
chcp 65001
rd build /S /Q
rd dist /S /Q
rd __pycache__ /S /Q
del *.spec /S
timeout /t 2