feat(branding): bundle 64x64 icon in tauri.conf
All checks were successful
PR Check / rust (pull_request) Successful in 22m29s
PR Check / frontend (pull_request) Successful in 2m23s

Follow-up to PR #186 review: tauri icon CLI generates 64x64.png
but it was not declared in bundle.icon, so packagers (deb/rpm)
weren't picking it up. Add it alongside the other Linux sizes.
This commit is contained in:
le king fu 2026-05-02 15:01:35 -04:00
parent d147520d6b
commit 8030a4a1c4

View file

@ -26,6 +26,7 @@
"targets": ["nsis", "deb", "rpm"], "targets": ["nsis", "deb", "rpm"],
"icon": [ "icon": [
"icons/32x32.png", "icons/32x32.png",
"icons/64x64.png",
"icons/128x128.png", "icons/128x128.png",
"icons/128x128@2x.png", "icons/128x128@2x.png",
"icons/icon.icns", "icons/icon.icns",