mirror of
https://github.com/spartanz51/tutabridge.git
synced 2026-06-24 10:54:32 +02:00
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:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user