Skip to content

Commit

Permalink
Update build-appimage.sh to use appimage extract and run to get aroun…
Browse files Browse the repository at this point in the history
…d issue with appimage magic bytes using binfmt for arm Linux appimage build
  • Loading branch information
streetpea authored Dec 11, 2024
1 parent d6f0167 commit fdaa24e
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 @@ -53,7 +53,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"

./linuxdeploy-${ARCH}.AppImage \
APPIMAGE_EXTRACT_AND_RUN=1 ./linuxdeploy-${ARCH}.AppImage \
--appdir="${appdir}" \
-e "${appdir}/usr/bin/chiaki" \
-d "${appdir}/usr/share/applications/chiaking.desktop" \
Expand Down

0 comments on commit fdaa24e

Please sign in to comment.