mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-28 22:03:30 +03:00
fix find
This commit is contained in:
parent
502c0aaacd
commit
b2d33ead6c
@ -247,7 +247,7 @@ if [ "$OS" = "macos" ]; then
|
|||||||
info " - $RELEASE_DIR/$(basename "$MACOS_UPDATER")"
|
info " - $RELEASE_DIR/$(basename "$MACOS_UPDATER")"
|
||||||
info " - $RELEASE_DIR/$(basename "$MACOS_UPDATER_SIG")"
|
info " - $RELEASE_DIR/$(basename "$MACOS_UPDATER_SIG")"
|
||||||
elif [ "$OS" = "linux" ]; then
|
elif [ "$OS" = "linux" ]; then
|
||||||
APPIMAGE="$(find "$BUNDLE_DIR" -depth 1 -type f -name "*.AppImage")"
|
APPIMAGE="$(find $BUNDLE_DIR/appimage -name \*.AppImage)"
|
||||||
cp "$APPIMAGE" "$RELEASE_DIR"
|
cp "$APPIMAGE" "$RELEASE_DIR"
|
||||||
|
|
||||||
info "built:"
|
info "built:"
|
||||||
|
Loading…
Reference in New Issue
Block a user