feat(branding): bundle 64x64 icon in tauri.conf
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:
parent
d147520d6b
commit
8030a4a1c4
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue