Skip to content

Commit b9a1957

Browse files
committed
fix the qt wayland plugin error
1 parent 6fbc3f8 commit b9a1957

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/appimage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
env:
6969
OUTPUT: Lektra-${{ steps.version.outputs.version }}-x86_64.AppImage
7070
QMAKE: qmake6
71-
EXTRA_PLATFORM_PLUGINS: "libqwayland.so"
72-
EXTRA_QT_PLUGINS: "waylandcompositor"
71+
EXTRA_PLATFORM_PLUGINS: "libqwayland-egl.so;libqwayland-generic.so"
72+
EXTRA_QT_PLUGINS: "wayland-graphics-integration-client"
7373
run: |
7474
sed -i 's|^Exec=.*|Exec=lektra|' $GITHUB_WORKSPACE/AppDir/usr/share/applications/lektra.desktop
7575
./linuxdeploy-x86_64.AppImage \

0 commit comments

Comments
 (0)