mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 10:58:38 +00:00
Docs: clarify notarization handoff in mac release flow
This commit is contained in:
committed by
Peter Steinberger
parent
9ce79bba34
commit
1a364cd066
@@ -44,10 +44,12 @@ BUILD_CONFIG=release \
|
|||||||
SIGN_IDENTITY="Developer ID Application: <Developer Name> (<TEAMID>)" \
|
SIGN_IDENTITY="Developer ID Application: <Developer Name> (<TEAMID>)" \
|
||||||
scripts/package-mac-dist.sh
|
scripts/package-mac-dist.sh
|
||||||
|
|
||||||
# Zip for distribution (includes resource forks for Sparkle delta support)
|
# `package-mac-dist.sh` already creates the zip + DMG.
|
||||||
|
# If you used `package-mac-app.sh` directly instead, create them manually:
|
||||||
|
# If you want notarization/stapling in this step, use the NOTARIZE command below.
|
||||||
ditto -c -k --sequesterRsrc --keepParent dist/OpenClaw.app dist/OpenClaw-2026.3.8.zip
|
ditto -c -k --sequesterRsrc --keepParent dist/OpenClaw.app dist/OpenClaw-2026.3.8.zip
|
||||||
|
|
||||||
# Optional: also build a styled DMG for humans (drag to /Applications)
|
# Optional: build a styled DMG for humans (drag to /Applications)
|
||||||
scripts/create-dmg.sh dist/OpenClaw.app dist/OpenClaw-2026.3.8.dmg
|
scripts/create-dmg.sh dist/OpenClaw.app dist/OpenClaw-2026.3.8.dmg
|
||||||
|
|
||||||
# Recommended: build + notarize/staple zip + DMG
|
# Recommended: build + notarize/staple zip + DMG
|
||||||
|
|||||||
Reference in New Issue
Block a user