aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/capabilities
diff options
context:
space:
mode:
Diffstat (limited to 'src-tauri/capabilities')
-rw-r--r--src-tauri/capabilities/default.json8
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": "**" }]
}
]
}