mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 02:30:44 +00:00
better organiasations + news hatch scripts + some minors bugs fixes
This commit is contained in:
14
scripts/clean.ps1
Normal file
14
scripts/clean.ps1
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env pwsh
|
||||
|
||||
$ErrorActionPreference = 'Stop'
|
||||
|
||||
Remove-Item -Path -Recurse dist
|
||||
|
||||
Remove-Item -Path "src\res_rc.py"
|
||||
Remove-Item -Path "src\ui_system_info.py"
|
||||
Remove-Item -Path "src\ui_form.py"
|
||||
Remove-Item -Path "src\ui_instance.py"
|
||||
Remove-Item -Path "src\ui_settingDialog.py"
|
||||
Remove-Item -Path "src\ui_about.py"
|
||||
|
||||
Get-ChildItem -Path . -Recurse -Include '__pycache__', '*.pyc' | Remove-Item -Recurse -Force
|
||||
Reference in New Issue
Block a user