Skip to content

Commit

Permalink
feat: migrate fs permissions to access /assets folder
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-mader committed Jan 5, 2025
1 parent 73e04cd commit b08a644
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion unime/src-tauri/capabilities/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"core:window:default",
"fs:allow-appdata-read-recursive",
"log:default",
"shell:allow-open"
"shell:allow-open",
{
"identifier": "fs:scope",
"allow": [{ "path": "$APPDATA/assets/**/*.png" }, { "path": "$APPDATA/assets/**/*.svg" }]
}
]
}

0 comments on commit b08a644

Please sign in to comment.