Diego Rodrigues de Sa e Souza
2e2dff79f2
fix(cli): redraw Windows tray icon with dark outline + ship icon.ico ( #13535 ) ( #13797 )
...
Merged in the 2026-09-16 sweep of the maintainer's own open PRs, at the owner's explicit instruction. No push was made to the PR branch: the merge took the head as the owning session left it (verified OPEN, non-draft and MERGEABLE against the release tip immediately before merging).
2026-09-16 06:12:43 -03:00
Benson
2a79b833fb
feat(electron): add official icons and release workflow ( #154 )
...
* feat(electron): add app icons for Windows, macOS, and Linux releases
- icon.ico: Windows application icon (256x256 with multiple resolutions)
- icon.icns: macOS application icon bundle (16px to 1024px)
- icon.png: Linux/general purpose icon (512x512)
- tray-icon.png: System tray icon (32x32)
Icons generated from images/omniroute.png source logo.
Enables branded Electron desktop app builds for all platforms.
* chore: sync package-lock.json
* feat(electron): use official SVG logo and add release workflow
- Regenerated app icons from public/icon-192.svg (official OmniRoute logo)
- Added .github/workflows/electron-release.yml for automated builds
- Icons: icon.icns (macOS), icon.ico (Windows), icon.png (Linux), tray-icon.png
- Build workflow creates DMG (mac), EXE (win), AppImage (linux) on release
* ci: add npm cache to electron-release workflow
2026-02-28 10:26:46 -03:00