File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,12 @@ BUILD_CONFIG=release \
4444SIGN_IDENTITY=" Developer ID Application: <Developer Name> (<TEAMID>)" \
4545scripts/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.
4850ditto -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)
5153scripts/create-dmg.sh dist/OpenClaw.app dist/OpenClaw-2026.3.8.dmg
5254
5355# Recommended: build + notarize/staple zip + DMG
You can’t perform that action at this time.
0 commit comments