Set up tauri project
This commit is contained in:
parent
c80325ea40
commit
6ac80ab679
39 changed files with 5754 additions and 100 deletions
10
gdn-app/src-tauri/capabilities/default.json
Normal file
10
gdn-app/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