# desktop/resources App + tray icons for electron-builder packaging. Required for `npm run dist:mac` / `dist:win` (P1 packaging, not needed for dev/typecheck/tests): - `icon.icns` — macOS app icon (1024×1024 source, `.icns`). - `icon.ico` — Windows app icon (256×256 `.ico`). - `trayTemplate.png` / `trayTemplate@2x.png` — menubar/tray icon (macOS template image, monochrome). Generate from `../../public/icon.svg` (the existing PWA icon) with any icon toolchain (e.g. `electron-icon-builder`, or `iconutil` on macOS). These are binary assets and are intentionally not committed as placeholders — add them before the first packaged build.