tauri-app: added tauri-app template
Some checks failed
record-daemon / Build, check and test (push) Failing after 51s
Some checks failed
record-daemon / Build, check and test (push) Failing after 51s
This commit is contained in:
10
tauri-app/src-tauri/capabilities/default.json
Normal file
10
tauri-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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user