Skip to content

Commit 0054921

Browse files
committed
Fix app security capabilities
1 parent f151b51 commit 0054921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"security": {
1313
"csp": null,
1414
"capabilities": [
15-
{ "path": "./capabilities/default.json" }
15+
"default"
1616
]
1717
},
1818
"windows": [

0 commit comments

Comments
 (0)