Ferrell Synthetic Intelligence commited on
Commit
ca0c8c5
·
1 Parent(s): 95ce6a4

Fix desktop bundle icon configuration

Browse files
Files changed (1) hide show
  1. desktop/tauri.conf.json +1 -1
desktop/tauri.conf.json CHANGED
@@ -11,5 +11,5 @@
11
  "windows": [{"title": "AIDE Sovereign Workbench", "width": 1440, "height": 900, "minWidth": 900, "minHeight": 600}],
12
  "security": {"csp": "default-src 'self' http://127.0.0.1:4173 http://127.0.0.1:4777 http://127.0.0.1:*; connect-src 'self' http://127.0.0.1:*"}
13
  },
14
- "bundle": {"active": true, "targets": "all", "icon": ["icons/icon.svg"], "resources": []}
15
  }
 
11
  "windows": [{"title": "AIDE Sovereign Workbench", "width": 1440, "height": 900, "minWidth": 900, "minHeight": 600}],
12
  "security": {"csp": "default-src 'self' http://127.0.0.1:4173 http://127.0.0.1:4777 http://127.0.0.1:*; connect-src 'self' http://127.0.0.1:*"}
13
  },
14
+ "bundle": {"active": true, "targets": "all", "icon": ["icons/icon.png"], "resources": []}
15
  }