mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02: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/**"
|