Fix appimage build
This commit is contained in:
parent
5088ab9a0e
commit
21e0df60a8
1 changed files with 1 additions and 0 deletions
|
|
@ -27,5 +27,6 @@ CFLAGS="-I/usr/local/include -I/usr/include/$MUSL_TARGET -fPIE"
|
||||||
meson setup $BURROW_GTK_BUILD --bindir bin --prefix /usr --buildtype $BURROW_BUILD_TYPE
|
meson setup $BURROW_GTK_BUILD --bindir bin --prefix /usr --buildtype $BURROW_BUILD_TYPE
|
||||||
meson compile -C $BURROW_GTK_BUILD
|
meson compile -C $BURROW_GTK_BUILD
|
||||||
DESTDIR=AppDir meson install -C $BURROW_GTK_BUILD
|
DESTDIR=AppDir meson install -C $BURROW_GTK_BUILD
|
||||||
|
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
|
/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
|
mv *.AppImage $BURROW_GTK_BUILD
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue