From 9ce79bba3435225bbeb50fe96aefbb25e4c59a87 Mon Sep 17 00:00:00 2001 From: Charles Dusek Date: Tue, 3 Mar 2026 22:18:27 -0600 Subject: [PATCH] Docs: mark basic mac dist example as non-notarized --- docs/platforms/mac/release.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/platforms/mac/release.md b/docs/platforms/mac/release.md index 18c9e32995f..99264a2c453 100644 --- a/docs/platforms/mac/release.md +++ b/docs/platforms/mac/release.md @@ -34,8 +34,10 @@ Notes: ```bash # From repo root; set release IDs so Sparkle feed is enabled. +# This command builds release artifacts without notarization. # APP_BUILD must be numeric + monotonic for Sparkle compare. # Default is auto-derived from APP_VERSION when omitted. +SKIP_NOTARIZE=1 \ BUNDLE_ID=ai.openclaw.mac \ APP_VERSION=2026.3.8 \ BUILD_CONFIG=release \