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.sh
Executable file
14
scripts/clean.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf dist/
|
||||
|
||||
rm "src/res_rc.py"
|
||||
rm "src/ui_system_info.py"
|
||||
rm "src/ui_form.py"
|
||||
rm "src/ui_instance.py"
|
||||
rm "src/ui_settingDialog.py"
|
||||
rm "src/ui_about.py"
|
||||
|
||||
rm -rf "*/__pycache__"
|
||||
Reference in New Issue
Block a user