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

Add Windows desktop icon asset

Browse files
desktop/icons/icon.ico ADDED
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.png"], "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", "icons/icon.ico"], "resources": []}
15
  }