Some checks failed
Build & Release / build-windows (push) Has been cancelled
Co-authored-by: Copilot <copilot@github.com>
19 lines
361 B
TOML
19 lines
361 B
TOML
[default]
|
|
description = "Default permissions for my application"
|
|
permissions = [
|
|
"allow-main-commands"
|
|
]
|
|
|
|
[[permission]]
|
|
identifier = "allow-main-commands"
|
|
description = "Allows all main commands"
|
|
commands.allow = [
|
|
"minimize_to_tray",
|
|
"save_config",
|
|
"inject_dll",
|
|
"validate_key",
|
|
"check_status",
|
|
"get_hwid",
|
|
"download_assets"
|
|
]
|