mv src-tauri/* .
This commit is contained in:
parent
55c458e4b1
commit
68df680863
27 changed files with 0 additions and 0 deletions
13
capabilities/default.json
Normal file
13
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",
|
||||
"opener:default",
|
||||
"fs:default"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue