Files
tauri-plugins-workspace/plugins/fs/permissions/create-app-specific-dirs.toml
2024-09-13 09:57:46 -03:00

9 lines
230 B
TOML

"$schema" = "schemas/schema.json"
[[permission]]
identifier = "create-app-specific-dirs"
description = """
This permissions allows to create the application specific directories.
"""
commands.allow = ["mkdir", "scope-app-index"]