--verbose build

This commit is contained in:
nikita@galaiko.rocks 2023-07-18 12:54:11 +02:00 committed by Nikita Galaiko
parent a837895a86
commit ffc2a993f1

2
scripts/release.sh Executable file → Normal file
View File

@ -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" jq '.package.version="'"$VERSION"'"' "$CONFIG_PATH" >"$TMP_DIR/tauri.conf.json"
# build the app with release config # 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") BUNDLE_DIR=$(readlink -f "$PWD/../src-tauri/target/release/bundle")
MACOS_DMG="$(find "$BUNDLE_DIR/dmg" -depth 1 -type f -name "*.dmg")" MACOS_DMG="$(find "$BUNDLE_DIR/dmg" -depth 1 -type f -name "*.dmg")"