diff --git a/scripts/release.sh b/scripts/release.sh old mode 100755 new mode 100644 index bdacfce6b..d1a275b74 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -192,7 +192,7 @@ CONFIG_PATH=$(readlink -f "$PWD/../src-tauri/tauri.conf.$CHANNEL.json") jq '.package.version="'"$VERSION"'"' "$CONFIG_PATH" >"$TMP_DIR/tauri.conf.json" # build the app with release config -SENTRY_RELEASE="$VERSION" tauri build --config "$TMP_DIR/tauri.conf.json" +SENTRY_RELEASE="$VERSION" tauri build --verbose --config "$TMP_DIR/tauri.conf.json" BUNDLE_DIR=$(readlink -f "$PWD/../src-tauri/target/release/bundle") MACOS_DMG="$(find "$BUNDLE_DIR/dmg" -depth 1 -type f -name "*.dmg")"