Set the Tuta mark as the app icon
Regenerate all desktop icon sizes (.icns / .ico / PNGs / Windows Store logos) from the Tuta brand mark via `cargo tauri icon`, and reference icon.icns + icon.ico in tauri.conf so bundled macOS/Windows builds use them. Mobile (android/ios) icon sets are dropped — desktop-only app.
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 856 B After Width: | Height: | Size: 8.9 KiB |
|
Before Width: | Height: | Size: 104 B After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 5.4 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 19 KiB |
@@ -31,7 +31,9 @@
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
"icons/128x128.png",
|
||||
"icons/128x128@2x.png"
|
||||
"icons/128x128@2x.png",
|
||||
"icons/icon.icns",
|
||||
"icons/icon.ico"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||