We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213c0e1 commit dd1624eCopy full SHA for dd1624e
1 file changed
packages/desktop/src-tauri/tauri.prod.conf.json
@@ -2,27 +2,6 @@
2
"$schema": "https://schema.tauri.app/config/2",
3
"productName": "OpenCode",
4
"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
26
"bundle": {
27
"createUpdaterArtifacts": true,
28
"icon": [
0 commit comments