Skip to content

Commit

Permalink
Fixed settings of Tauri capabilities to have access to $APPDATA (#439)
Browse files Browse the repository at this point in the history
* Fixed settings of Tauri capabilities to have access to $APPDATA

* Fixed settings of Tauri capabilities
  • Loading branch information
archimag authored Dec 5, 2024
1 parent ca7de4d commit bd4edd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-tauri/capabilities/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"fs:write-all",
"window-state:default",
{
"identifier": "fs:scope",
"identifier": "fs:scope-appdata-recursive",
"allow": [
{
"path": "**"
Expand All @@ -43,4 +43,4 @@
]
}
]
}
}

0 comments on commit bd4edd4

Please sign in to comment.