Skip to content

Commit 9ce79bb

Browse files
cgduseksteipete
authored andcommitted
Docs: mark basic mac dist example as non-notarized
1 parent 047f4ac commit 9ce79bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/platforms/mac/release.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ Notes:
3434

3535
```bash
3636
# From repo root; set release IDs so Sparkle feed is enabled.
37+
# This command builds release artifacts without notarization.
3738
# APP_BUILD must be numeric + monotonic for Sparkle compare.
3839
# Default is auto-derived from APP_VERSION when omitted.
40+
SKIP_NOTARIZE=1 \
3941
BUNDLE_ID=ai.openclaw.mac \
4042
APP_VERSION=2026.3.8 \
4143
BUILD_CONFIG=release \

0 commit comments

Comments
 (0)