OmniRoute/electron/assets
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
..
icon.icns feat(electron): add official icons and release workflow (#154) 2026-02-28 10:26:46 -03:00
icon.ico feat(electron): add official icons and release workflow (#154) 2026-02-28 10:26:46 -03:00
icon.png feat(electron): add official icons and release workflow (#154) 2026-02-28 10:26:46 -03:00
tray-icon.png feat(electron): add official icons and release workflow (#154) 2026-02-28 10:26:46 -03:00