fix: convert desktop icons from RGB to RGBA for Tauri build
Tauri's generate_context!() macro requires RGBA PNG icons. All 5 icon files (32x32.png, 128x128.png, 128x128@2x.png, icon.icns, icon.ico) were RGB-only, causing a proc macro panic on Linux builds. Fixes #200 Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
parent
f6102650ac
commit
decd97b6ab
Binary file not shown.
|
After Width: | Height: | Size: 394 B |
Binary file not shown.
|
After Width: | Height: | Size: 858 B |
Binary file not shown.
|
After Width: | Height: | Size: 112 B |
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 134 B |
Loading…
Reference in New Issue