mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-25 07:45:41 +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_SIG")"
|
||||
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"
|
||||
|
||||
info "built:"
|
||||
|
Loading…
Reference in New Issue
Block a user