fix(mac): derive app build metadata from repo root

This commit is contained in:
Vincent Koc
2026-06-06 19:57:52 +02:00
parent 7056222288
commit 44fbe63bcf
2 changed files with 51 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ if [[ "$BUNDLE_ID" == *.debug ]]; then
fi
sparkle_canonical_build_from_version() {
node --import tsx "$ROOT_DIR/scripts/sparkle-build.ts" canonical-build "$1"
(cd "$ROOT_DIR" && node --import tsx "$ROOT_DIR/scripts/sparkle-build.ts" canonical-build "$1")
}
build_path_for_arch() {