Skip to content

Commit

Permalink
bundle qt platform plugins
Browse files Browse the repository at this point in the history
this gives the user more leeway to use the appimage
closes: #554
  • Loading branch information
lievenhey committed Feb 6, 2024
1 parent 95ecb77 commit 28b4c0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/appimage/build_appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ cp -v "/usr/share/icons/breeze/breeze-icons.rcc" "appdir/usr/share/icons/breeze/
# TODO: further down also add:
# -e "./appdir/usr/plugins/kgraphviewerpart.so" \

# add extra platform plugins
export EXTRA_PLATFORM_PLUGINS="offscreen;wayland"

linuxdeploy-x86_64.AppImage --appdir appdir --plugin qt \
-e "./appdir/usr/lib64/libexec/hotspot-perfparser" \
-e "./appdir/usr/bin/hotspot" \
Expand Down

0 comments on commit 28b4c0d

Please sign in to comment.