We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fbc3f8 commit b9a1957Copy full SHA for b9a1957
1 file changed
.github/workflows/appimage.yml
@@ -68,8 +68,8 @@ jobs:
68
env:
69
OUTPUT: Lektra-${{ steps.version.outputs.version }}-x86_64.AppImage
70
QMAKE: qmake6
71
- EXTRA_PLATFORM_PLUGINS: "libqwayland.so"
72
- EXTRA_QT_PLUGINS: "waylandcompositor"
+ EXTRA_PLATFORM_PLUGINS: "libqwayland-egl.so;libqwayland-generic.so"
+ EXTRA_QT_PLUGINS: "wayland-graphics-integration-client"
73
run: |
74
sed -i 's|^Exec=.*|Exec=lektra|' $GITHUB_WORKSPACE/AppDir/usr/share/applications/lektra.desktop
75
./linuxdeploy-x86_64.AppImage \
0 commit comments