Skip to content

Commit dd1624e

Browse files
committed
desktop: deduplicate tauri configs
1 parent 213c0e1 commit dd1624e

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

packages/desktop/src-tauri/tauri.prod.conf.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,6 @@
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "OpenCode",
44
"identifier": "ai.opencode.desktop",
5-
"app": {
6-
"windows": [
7-
{
8-
"label": "main",
9-
"create": false,
10-
"title": "OpenCode",
11-
"url": "/",
12-
"decorations": true,
13-
"dragDropEnabled": false,
14-
"zoomHotkeysEnabled": true,
15-
"titleBarStyle": "Overlay",
16-
"hiddenTitle": true,
17-
"trafficLightPosition": { "x": 12.0, "y": 18.0 }
18-
}
19-
],
20-
"withGlobalTauri": true,
21-
"security": {
22-
"csp": null
23-
},
24-
"macOSPrivateApi": true
25-
},
265
"bundle": {
276
"createUpdaterArtifacts": true,
287
"icon": [

0 commit comments

Comments
 (0)