initial commit
This commit is contained in:
17
src-tauri/capabilities/default.json
Normal file
17
src-tauri/capabilities/default.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "Capability for the main window",
|
||||
"windows": [
|
||||
"main"
|
||||
],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"shell:allow-open",
|
||||
"fs:default",
|
||||
"fs:read-all",
|
||||
"fs:read-files",
|
||||
"fs:default",
|
||||
"dialog:default"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user