Skip to content

Commit

Permalink
feat(tauri): add 'fs:allow-write-file' capability to enable file writing
Browse files Browse the repository at this point in the history
  • Loading branch information
4gray committed Jan 27, 2025
1 parent 74a5459 commit 83afd91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src-tauri/capabilities/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"core:webview:allow-webview-show",
"core:webview:allow-create-webview-window",
"sql:default",
"sql:allow-execute"
"sql:allow-execute",
"fs:allow-write-file"
]
}

0 comments on commit 83afd91

Please sign in to comment.