fix window clean command

This commit is contained in:
xgui4
2026-04-16 23:45:58 -04:00
parent 2ab3719592
commit 5bbd133462
4 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
$ErrorActionPreference = 'Stop'
Remove-Item -Path -Recurse dist
Remove-Item -Path "dist" -Recurse
Remove-Item -Path "src\res_rc.py"
Remove-Item -Path "src\ui_system_info.py"