mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-18 01:20:45 +00:00
fix the linux build and update uv.lock and fixes minors bug
This commit is contained in:
@@ -17,6 +17,7 @@ if [[ $(uname -s) != "FreeBSD" ]]; then
|
||||
pyside6-uic -g python "src/${ui}.ui" -o "$OUT"
|
||||
echo "done"
|
||||
sed -i "s/^import res_rc/from . import res_rc/g" "$OUT"
|
||||
echo "fixed the import done"
|
||||
done
|
||||
else
|
||||
echo "Starting Compilaton of Qt Ressource"
|
||||
@@ -28,6 +29,8 @@ if [[ $(uname -s) != "FreeBSD" ]]; then
|
||||
OUT="src/lce_qt_launcher/ui_${ui}.py"
|
||||
/usr/lib/qt6/uic -g python "src/${ui}.ui" -o "$OUT"
|
||||
echo "done"
|
||||
sed -i "s/^import res_rc/from . import res_rc/g" "$OUT"
|
||||
echo "fixed the import done"
|
||||
done
|
||||
fi
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user