Skip to content

Commit

Permalink
Deploy all platform plugins in appimage
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea committed Feb 3, 2025
1 parent 39565c5 commit 55ca81e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ chmod +x linuxdeploy-${ARCH}.AppImage

export LD_LIBRARY_PATH="${QT_PATH}/${QT_VERSION}/${GCC_STRING}/lib:$(pwd)/../build_appimage/third-party/cpp-steam-tools:$LD_LIBRARY_PATH"
export QML_SOURCES_PATHS="$(pwd)/../gui/src/qml"
export EXTRA_PLATFORM_PLUGINS="libqwayland-egl.so;libqwayland-generic.so;libqeglfs.so;libqminimal.so;libqminimalegl.so;libqvkkhrdisplay.so;libqvnc.so;libqoffscreen.so;libqlinuxfb.so"
if [ "$(uname -m)" = "aarch64" ]
then
curl -LO https://github.com/multiarch/qemu-user-static/releases/download/v7.2.0-1/qemu-aarch64-static
Expand Down

0 comments on commit 55ca81e

Please sign in to comment.