Skip to content

Commit

Permalink
Update Dolphin_sharun.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueru-sama authored Jan 11, 2025
1 parent 1a96675 commit 1696c21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Dolphin_sharun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ jobs:
cp -r /usr/lib/x86_64-linux-gnu/qt6/plugins/styles ./shared/lib/qt6/plugins || true
cp -r /usr/lib/x86_64-linux-gnu/qt6/plugins/xcbglintegrations ./shared/lib/qt6/plugins || true
cp -r /usr/lib/x86_64-linux-gnu/qt6/plugins/wayland-* ./shared/lib/qt6/plugins || true
ldd ./shared/lib/qt6/plugins/*/* 2>/dev/null \
| awk -F"[> ]" '{print $4}' | xargs -I {} cp -nv {} ./shared/lib || true
cd ..
ARCH="$(uname -m)" VERSION=git ./appimagetool -n lucas2/
Expand Down

0 comments on commit 1696c21

Please sign in to comment.