summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop/src-tauri/capabilities/default.json
diff options
context:
space:
mode:
authorHegyi Áron Ferenc <[email protected]>2026-01-29 08:09:53 +0100
committerGitHub <[email protected]>2026-01-29 15:09:53 +0800
commit2af326606c936380c303bf56506e3c8bed04b0eb (patch)
tree2c1fe35b7f5f77f88869291168e01e7ab220b566 /packages/desktop/src-tauri/capabilities/default.json
parent7c0067d59d318bfd6ecd473c36a9e673a4f68ff9 (diff)
downloadopencode-2af326606c936380c303bf56506e3c8bed04b0eb.tar.gz
opencode-2af326606c936380c303bf56506e3c8bed04b0eb.zip
feat(desktop): Add desktop deep link (#10072)
Co-authored-by: Brendan Allan <[email protected]>
Diffstat (limited to 'packages/desktop/src-tauri/capabilities/default.json')
-rw-r--r--packages/desktop/src-tauri/capabilities/default.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/desktop/src-tauri/capabilities/default.json b/packages/desktop/src-tauri/capabilities/default.json
index 12de32931..66f068af8 100644
--- a/packages/desktop/src-tauri/capabilities/default.json
+++ b/packages/desktop/src-tauri/capabilities/default.json
@@ -6,6 +6,7 @@
"permissions": [
"core:default",
"opener:default",
+ "deep-link:default",
"core:window:allow-start-dragging",
"core:window:allow-set-theme",
"core:webview:allow-set-webview-zoom",