Skip to content

Commit b7759dd

Browse files
committed
bundle qt platform plugins
this gives the user more leeway to use the appimage closes: #554
1 parent 95ecb77 commit b7759dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/appimage/build_appimage.sh

+3
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ cp -v "/usr/share/icons/breeze/breeze-icons.rcc" "appdir/usr/share/icons/breeze/
6161
# TODO: further down also add:
6262
# -e "./appdir/usr/plugins/kgraphviewerpart.so" \
6363

64+
# add extra platform plugins
65+
export EXTRA_PLATFORM_PLUGINS="libqoffscreen.so;libqwayland-generic.so;libwqayland-egl.so"
66+
6467
linuxdeploy-x86_64.AppImage --appdir appdir --plugin qt \
6568
-e "./appdir/usr/lib64/libexec/hotspot-perfparser" \
6669
-e "./appdir/usr/bin/hotspot" \

0 commit comments

Comments
 (0)