Skip to content

Commit

Permalink
Test appimage multiarch build
Browse files Browse the repository at this point in the history
  • Loading branch information
davnotdev committed Jul 17, 2024
1 parent 87f12b1 commit 074d642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion burrow-gtk/build-aux/build_appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ meson compile -C $BURROW_GTK_BUILD
DESTDIR=AppDir meson install -C $BURROW_GTK_BUILD
CARGO_FLAGS=$CARGO_FLAGS cargo b --$BURROW_BUILD_TYPE --manifest-path=../Cargo.toml
/tmp/linuxdeploy --appimage-extract-and-run --appdir $BURROW_GTK_BUILD/AppDir -e $BURROW_GTK_BUILD/../../target/$BURROW_BUILD_TYPE/burrow --output appimage
mv *.AppImage $BURROW_GTK_BUILD/Burrow_${TARGET_ARCHITECTURE}
mv *.AppImage $BURROW_GTK_BUILD/Burrow-${TARGET_ARCHITECTURE}

0 comments on commit 074d642

Please sign in to comment.