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 ee3644a..1b67261 100644 --- a/src-tauri/capabilities/default.json +++ b/src-tauri/capabilities/default.json @@ -28,12 +28,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": "**" }] } ] } |