Skip to content

Commit

Permalink
fix: acl
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Sep 13, 2024
1 parent 3c293f8 commit 2db8e2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/tauri/capabilities/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
"local": true,
"windows": ["main"],
"permissions": [
"core:default",
"core:app:default",
"core:event:default",
"updater:default",
"updater:allow-check",
"updater:allow-download",
"updater:allow-install",
"fs:allow-read-text-file",
"fs:allow-read-file",
"fs:allow-write-file",
"fs:allow-read-dir",
Expand Down

0 comments on commit 2db8e2b

Please sign in to comment.