Skip to content

Commit

Permalink
Try another scope config for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
salmenf committed Aug 22, 2024
1 parent fd003a7 commit eb78715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @webwriter/app-desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"fs": {
"all": true,
"scope": {
"allow": ["**", "**/*", "*/**", "$AUDIO/**/*", "$CACHE/**/*", "$CONFIG/**/*", "$DATA/**/*", "$LOCALDATA/**/*", "$DESKTOP/**/*", "$DOCUMENT/**/*", "$DOWNLOAD/**/*", "$EXE/**/*", "$FONT/**/*", "$HOME/**/*", "$PICTURE/**/*", "$PUBLIC/**/*", "$RUNTIME/**/*", "$TEMPLATE/**/*", "$VIDEO/**/*", "$RESOURCE/**/*", "$APP/**/*", "$LOG/**/*", "$TEMP/**/*", "$APPCONFIG/**/*", "$APPDATA/**/*", "$APPLOCALDATA/**/*", "$APPCACHE/**/*", "$APPLOG/**/*"],
"allow": ["**", "**/*", "*/**"],
"requireLiteralLeadingDot": false
}
},
Expand Down

0 comments on commit eb78715

Please sign in to comment.