Docs: mark basic mac dist example as non-notarized

This commit is contained in:
Charles Dusek
2026-03-03 22:18:27 -06:00
committed by Peter Steinberger
parent 047f4acacf
commit 9ce79bba34

View File

@@ -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 \