Commit Graph

3 Commits

Author SHA1 Message Date
Neil 99ed25cc70 Fix Windows build: generate proper ICO file instead of renamed PNG
rcedit requires a real ICO format file. The generate script was just
copying a PNG and renaming it to .ico, which worked locally but failed
in CI with "Reserved header is not 0 or image type is not icon".

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-21 15:16:34 -07:00
Neil 75341cc434 Track icon files in git to fix CI build warning
The build/icon.* files were gitignored, causing electron-builder
to fall back to the default Electron icon on CI.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-21 14:57:24 -07:00
Neil 44d7e72359 fix entitlements.mac.plist formatting for codesign
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 01:43:32 -07:00