mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 03:40:50 +00:00
fix build and better command
This commit is contained in:
@@ -13,15 +13,15 @@ QT_UI_ARRAY=("system_info" "form" "instance" "settingDialog" "about")
|
||||
|
||||
echo "Removing the compilated Qt Ressource file"
|
||||
rm "src/lce_qt_launcher/$QT_RESSOURCE.py"
|
||||
echo "Removing the compilated Qt Ressource file finished"
|
||||
echo "done"
|
||||
|
||||
for QT_UI in "${QT_UI_ARRAY[@]}"
|
||||
do
|
||||
echo "Removing the compilated ui_$QT_UI.py Qt UI file"
|
||||
rm "src/lce_qt_launcher/ui_$QT_UI.py"
|
||||
echo "Removing the compilated ui_$QT_UI.py Qt UI file finished"
|
||||
echo "done"
|
||||
done
|
||||
|
||||
echo "Removing every pycaches filed"
|
||||
find . -n '__pycache__' -print0 | xargs rm -rf
|
||||
echo "Removing every pycaches done"
|
||||
echo "done"
|
||||
Reference in New Issue
Block a user