macOS: default release app builds to universal binaries

This commit is contained in:
Charles Dusek
2026-03-03 22:04:49 -06:00
committed by Peter Steinberger
parent 76e4b8277f
commit 64760614aa
2 changed files with 9 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ BUNDLE_ID=ai.openclaw.mac \
APP_VERSION=2026.3.8 \
BUILD_CONFIG=release \
SIGN_IDENTITY="Developer ID Application: <Developer Name> (<TEAMID>)" \
scripts/package-mac-app.sh
scripts/package-mac-dist.sh
# Zip for distribution (includes resource forks for Sparkle delta support)
ditto -c -k --sequesterRsrc --keepParent dist/OpenClaw.app dist/OpenClaw-2026.3.8.zip