Files
openclaw/scripts/package-mac-dist.sh
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

3.1 KiB
Executable File