1 parent a1ad979 commit 0d27931Copy full SHA for 0d27931
1 file changed
apps/kimi-code/src-tauri/tauri.conf.json
@@ -31,6 +31,13 @@
31
"bundle": {
32
"active": true,
33
"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
+ ],
41
"category": "DeveloperTool",
42
"shortDescription": "Kimi Code desktop agent",
43
"longDescription": "A polished desktop coding agent powered by Kimi Code."
0 commit comments