mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 20:54:50 +03:00
upload appimage updater too
This commit is contained in:
parent
4a1e0dab5a
commit
6586083e13
@ -248,10 +248,17 @@ if [ "$OS" = "macos" ]; then
|
||||
info " - $RELEASE_DIR/$(basename "$MACOS_UPDATER_SIG")"
|
||||
elif [ "$OS" = "linux" ]; then
|
||||
APPIMAGE="$(find $BUNDLE_DIR/appimage -name \*.AppImage)"
|
||||
APPIMAGE_UPDATER="$(find $BUNDLE_DIR/appimage -name \*.AppImage.tar.gz)"
|
||||
APPIMAGE_UPDATER_SIG="$(find $BUNDLE_DIR/appimage -name \*.AppImage.tar.gz.sig)"
|
||||
|
||||
cp "$APPIMAGE" "$RELEASE_DIR"
|
||||
cp "$APPIMAGE_UPDATER" "$RELEASE_DIR"
|
||||
cp "$APPIMAGE_UPDATER_SIG" "$RELEASE_DIR"
|
||||
|
||||
info "built:"
|
||||
info " - $RELEASE_DIR/$(basename "$APPIMAGE")"
|
||||
info " - $RELEASE_DIR/$(basename "$APPIMAGE_UPDATER")"
|
||||
info " - $RELEASE_DIR/$(basename "$APPIMAGE_UPDATER_SIG")"
|
||||
fi
|
||||
|
||||
info "done! bye!"
|
||||
|
Loading…
Reference in New Issue
Block a user