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.
This commit is contained in:
Anthony
2026-05-29 15:17:08 +02:00
parent 402723049c
commit aa65f0a1d5
18 changed files with 3 additions and 1 deletions
+3 -1
View File
@@ -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"
]
}
}