Skip to content

Commit 1a364cd

Browse files
cgduseksteipete
authored andcommitted
Docs: clarify notarization handoff in mac release flow
1 parent 9ce79bb commit 1a364cd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/platforms/mac/release.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,12 @@ BUILD_CONFIG=release \
4444
SIGN_IDENTITY="Developer ID Application: <Developer Name> (<TEAMID>)" \
4545
scripts/package-mac-dist.sh
4646

47-
# Zip for distribution (includes resource forks for Sparkle delta support)
47+
# `package-mac-dist.sh` already creates the zip + DMG.
48+
# If you used `package-mac-app.sh` directly instead, create them manually:
49+
# If you want notarization/stapling in this step, use the NOTARIZE command below.
4850
ditto -c -k --sequesterRsrc --keepParent dist/OpenClaw.app dist/OpenClaw-2026.3.8.zip
4951

50-
# Optional: also build a styled DMG for humans (drag to /Applications)
52+
# Optional: build a styled DMG for humans (drag to /Applications)
5153
scripts/create-dmg.sh dist/OpenClaw.app dist/OpenClaw-2026.3.8.dmg
5254

5355
# Recommended: build + notarize/staple zip + DMG

0 commit comments

Comments
 (0)