mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
d198c01486
Co-authored-by: Lucas Nogueira <lucas@tauri.app> Co-authored-by: Lucas Nogueira <lucas@crabnebula.dev>
23 lines
444 B
Markdown
23 lines
444 B
Markdown
# Permissions
|
|
|
|
## allow-check
|
|
|
|
Enables the check command without any pre-configured scope.
|
|
|
|
## deny-check
|
|
|
|
Denies the check command without any pre-configured scope.
|
|
|
|
## allow-download-and-install
|
|
|
|
Enables the download_and_install command without any pre-configured scope.
|
|
|
|
## deny-download-and-install
|
|
|
|
Denies the download_and_install command without any pre-configured scope.
|
|
|
|
## default
|
|
|
|
Allows checking for new updates and installing them
|
|
|