Add Tauri project files and update .gitignore
This commit is contained in:
9
src-tauri/capabilities/default.json
Normal file
9
src-tauri/capabilities/default.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"identifier": "default",
|
||||
"description": "Default capabilities",
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"dialog:default",
|
||||
"run-python-action"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user