mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 05:29:53 +00:00
tauri
This commit is contained in:
parent
f4593c6653
commit
6f82b321d8
36 changed files with 5690 additions and 0 deletions
10
packages/tauri/src-tauri/capabilities/default.json
Normal file
10
packages/tauri/src-tauri/capabilities/default.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "Capability for the main window",
|
||||
"windows": ["main"],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"opener:default"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue