Skip to content

Commit fccf31b

Browse files
committed
fix: añadir bundle.icon a tauri.conf.json — bundler requiere paths explícitos
1 parent 5b652fc commit fccf31b

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src-tauri/tauri.conf.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@
2727
},
2828
"bundle": {
2929
"active": true,
30-
"targets": "all"
30+
"targets": "all",
31+
"icon": [
32+
"icons/32x32.png",
33+
"icons/128x128.png",
34+
"icons/128x128@2x.png",
35+
"icons/icon.icns",
36+
"icons/icon.ico"
37+
]
3138
}
3239
}

0 commit comments

Comments
 (0)