diff options
| author | Brendan Allan <[email protected]> | 2026-01-27 17:48:43 +0800 |
|---|---|---|
| committer | Brendan Allan <[email protected]> | 2026-01-27 17:48:43 +0800 |
| commit | dd1624e30e00c7931e03d337b473bc16429f34a5 (patch) | |
| tree | dba84717895e87288f859a0fac23d2de5993f036 | |
| parent | 213c0e18ab6620cff4671e409b634b46a35e9471 (diff) | |
| download | opencode-dd1624e30e00c7931e03d337b473bc16429f34a5.tar.gz opencode-dd1624e30e00c7931e03d337b473bc16429f34a5.zip | |
desktop: deduplicate tauri configs
| -rw-r--r-- | packages/desktop/src-tauri/tauri.prod.conf.json | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/desktop/src-tauri/tauri.prod.conf.json b/packages/desktop/src-tauri/tauri.prod.conf.json index 282db5b26..7ce4c7842 100644 --- a/packages/desktop/src-tauri/tauri.prod.conf.json +++ b/packages/desktop/src-tauri/tauri.prod.conf.json @@ -2,27 +2,6 @@ "$schema": "https://schema.tauri.app/config/2", "productName": "OpenCode", "identifier": "ai.opencode.desktop", - "app": { - "windows": [ - { - "label": "main", - "create": false, - "title": "OpenCode", - "url": "/", - "decorations": true, - "dragDropEnabled": false, - "zoomHotkeysEnabled": true, - "titleBarStyle": "Overlay", - "hiddenTitle": true, - "trafficLightPosition": { "x": 12.0, "y": 18.0 } - } - ], - "withGlobalTauri": true, - "security": { - "csp": null - }, - "macOSPrivateApi": true - }, "bundle": { "createUpdaterArtifacts": true, "icon": [ |
