This commit is contained in:
Nikita Galaiko 2023-08-01 12:29:33 +02:00
parent 502c0aaacd
commit b2d33ead6c

View File

@ -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:"