feat(crypto): track download handling

This commit is contained in:
2025-09-30 22:50:59 -04:00
parent 4ebb77f341
commit b57164a4f7
3 changed files with 55 additions and 21 deletions

View File

@@ -16,14 +16,16 @@
"store:default",
"dialog:default",
"fs:default",
"fs:allow-write-file",
"fs:allow-mkdir",
"fs:allow-remove",
"fs:allow-rename",
"fs:allow-exists",
{
"identifier": "fs:scope",
"allow": [
{
"path": "$HOME/**/*"
},
{
"path": "$APPDATA/**/*"
"path": "**"
}
]
},