We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047f4ac commit 9ce79bbCopy full SHA for 9ce79bb
docs/platforms/mac/release.md
@@ -34,8 +34,10 @@ Notes:
34
35
```bash
36
# From repo root; set release IDs so Sparkle feed is enabled.
37
+# This command builds release artifacts without notarization.
38
# APP_BUILD must be numeric + monotonic for Sparkle compare.
39
# Default is auto-derived from APP_VERSION when omitted.
40
+SKIP_NOTARIZE=1 \
41
BUNDLE_ID=ai.openclaw.mac \
42
APP_VERSION=2026.3.8 \
43
BUILD_CONFIG=release \
0 commit comments