mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
14 lines
340 B
TOML
14 lines
340 B
TOML
[[permission]]
|
|
identifier = "allow-app"
|
|
description = "Allows accessing the $APPDATA path."
|
|
[[permission.scope.allow]]
|
|
path = "$APPDATA"
|
|
|
|
[[permission]]
|
|
identifier = "allow-download-dir"
|
|
description = "Allows accessing the $DOWNLOAD directory."
|
|
[[permission.scope.allow]]
|
|
path = "$DOWNLOAD"
|
|
[[permission.scope.allow]]
|
|
path = "$DOWNLOAD/**"
|