mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-24 06:39:35 +00:00
fix(mac): derive app build metadata from repo root
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user