Commit 8cd720f
feat(pc): add app icons, installer branding, and update tray icon (#234)
* feat(pc): add app icons, installer branding, and update tray icon
Generate all missing icon assets from the brand logo SVG:
- icon.icns/ico/png for macOS and Windows app icons
- DMG background with branded gradient, title text, and drag arrow
- NSIS installer header and sidebar with brand gradient + logo
- Update system tray icon from old "M" letterform to logo silhouette
(outer ring + center dot) matching the current brand identity
* fix(pc): regenerate 2x tray icon PNG with valid IDAT stream
The previous 2x PNG had a corrupted IDAT stream that prevented
decoding on HiDPI displays, causing fallback to the 1x icon.
Regenerated both 1x and 2x PNGs with verified integrity.
---------
Co-authored-by: Codex <[email protected]>1 parent ed8790d commit 8cd720f
File tree
9 files changed
+5
-2
lines changed- apps/moryflow/pc
- build
- src/main/app
9 files changed
+5
-2
lines changedLoading
Loading
Binary file not shown.
Binary file not shown.
Loading
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| 65 | + | |
| 66 | + | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments