RLidentityDepracated/src-tauri/permissions/allow-main-commands.json
bits e6404f781c
Some checks failed
Build & Release / build-windows (push) Has been cancelled
meow
2026-04-28 06:32:09 +03:00

16 lines
313 B
JSON

{
"identifier": "allow-main-commands",
"description": "Allows RLIdentity core commands",
"commands": {
"allow": [
"minimize_to_tray",
"save_config",
"inject_dll",
"validate_key",
"check_status",
"get_hwid",
"get_app_version",
"download_assets"
]
}
}