mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-25 07:45:41 +03:00
--verbose build
This commit is contained in:
parent
a837895a86
commit
ffc2a993f1
2
scripts/release.sh
Executable file → Normal file
2
scripts/release.sh
Executable file → Normal 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")"
|
||||||
|
Loading…
Reference in New Issue
Block a user