From 1a364cd066d05d281bb261cbf924ce3e61a80a27 Mon Sep 17 00:00:00 2001 From: Charles Dusek Date: Tue, 3 Mar 2026 22:48:58 -0600 Subject: [PATCH] Docs: clarify notarization handoff in mac release flow --- docs/platforms/mac/release.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/platforms/mac/release.md b/docs/platforms/mac/release.md index 99264a2c453..1bea6a839a0 100644 --- a/docs/platforms/mac/release.md +++ b/docs/platforms/mac/release.md @@ -44,10 +44,12 @@ BUILD_CONFIG=release \ SIGN_IDENTITY="Developer ID Application: ()" \ 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 -# 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 # Recommended: build + notarize/staple zip + DMG