Skip to content

Commit 0d27931

Browse files
committed
Fix Windows bundle icon configuration
1 parent a1ad979 commit 0d27931

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

apps/kimi-code/src-tauri/tauri.conf.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131
"bundle": {
3232
"active": true,
3333
"targets": "all",
34+
"icon": [
35+
"icons/32x32.png",
36+
"icons/128x128.png",
37+
"icons/128x128@2x.png",
38+
"icons/icon.icns",
39+
"icons/icon.ico"
40+
],
3441
"category": "DeveloperTool",
3542
"shortDescription": "Kimi Code desktop agent",
3643
"longDescription": "A polished desktop coding agent powered by Kimi Code."

0 commit comments

Comments
 (0)