diff options
Diffstat (limited to 'src-tauri/capabilities/default.json')
| -rw-r--r-- | src-tauri/capabilities/default.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json index ea3fd7b..81975f2 100644 --- a/src-tauri/capabilities/default.json +++ b/src-tauri/capabilities/default.json @@ -20,12 +20,12 @@ "allow": [{ "path": "**" }] }, { - "identifier": "fs:allow-exists", - "allow": [{ "path": "**" }] + "identifier": "fs:allow-exists", + "allow": [{ "path": "**" }] }, { - "identifier": "fs:allow-write-text-file", - "allow": [{ "path": "**" }] + "identifier": "fs:allow-write-text-file", + "allow": [{ "path": "**" }] } ] } |