mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-16 13:03:31 +08:00
The macOS icon rendered smaller than neighboring Dock icons because the source artwork left a 120px margin on the 1024px canvas. Scale the macOS source to the expected 96px margin and regenerate the Tauri icon set so bundled app assets stay in sync. Constraint: macOS source artwork should fit a 1024px canvas with 96px icon spacing Rejected: Adjust only the Dock screenshot or public preview asset | packaged icon.icns would remain undersized Confidence: high Scope-risk: narrow Directive: Regenerate desktop/src-tauri/icons when changing app-icon-macos.svg Tested: cd desktop && bun run lint Tested: icon.icns expanded 1024px image reports 96px margins on all sides Not-tested: Full macOS app rebuild