init
This commit is contained in:
commit
ba26116797
67 changed files with 18730 additions and 0 deletions
13
src-tauri/capabilities/default.json
Normal file
13
src-tauri/capabilities/default.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "Capability for the main window",
|
||||
"windows": ["main"],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"dialog:allow-open",
|
||||
"opener:default",
|
||||
"opener:allow-open-path",
|
||||
"opener:allow-reveal-item-in-dir"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue