Commit Graph

10 Commits

Author SHA1 Message Date
Logan Pritchett
d87aa82052 fix(macos): set release bundle ID so Sparkle auto-update works
The distribution script (package-mac-dist.sh) wasn't setting BUNDLE_ID,
so it inherited the default 'ai.openclaw.mac.debug' from package-mac-app.sh.

The .debug suffix triggers a condition that blanks SUFeedURL, breaking
auto-updates. Users see:

  Update Error!
  Appcast feed () after trimming it of quotes is empty for OpenClaw!

Fix: export BUNDLE_ID=ai.openclaw.mac for distribution builds.

Fixes #19748
2026-02-20 12:02:07 +05:30
Peter Steinberger
f1cbe7db1d chore: add mac dSYM zip to release artifacts 2026-02-03 17:15:02 -08:00
Peter Steinberger
9a7160786a refactor: rename to openclaw 2026-01-30 03:16:21 +01:00
Peter Steinberger
6d16a658e5 refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
Clawd
429a2d7849 fix(mac): default to universal binary for distribution builds
Closes #1393

The distribution script (package-mac-dist.sh) now defaults BUILD_ARCHS to 'all',
producing universal binaries that run natively on both Apple Silicon and Intel Macs.

Previously, the script inherited the host architecture default from package-mac-app.sh,
which meant release builds done on ARM Macs only included ARM binaries.
2026-01-22 00:29:27 +00:00
Peter Steinberger
f25fe032c4 fix(macos): codesign dmg before notarize 2026-01-15 11:21:25 +00:00
Peter Steinberger
5dbbad0452 chore: default mac packaging to notarize 2026-01-05 04:22:58 +01:00
Peter Steinberger
246adaa119 chore: rename project to clawdbot 2026-01-04 14:38:51 +00:00
Peter Steinberger
02787b5674 build(mac): add notarize flow for release artifacts 2025-12-21 12:33:45 +01:00
Peter Steinberger
beb6e25ef0 build(macos): add dmg+zip packaging 2025-12-19 22:22:09 +01:00