Skip to content

Commit

Permalink
Try appimage extract and run
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea committed Dec 11, 2024
1 parent 050b4ad commit 2d4c7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ chmod +x linuxdeploy-plugin-qt-${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 APPIMAGE_EXTRACT_AND_RUN=1
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 2d4c7e2

Please sign in to comment.