mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
Add permissions for clipboard
This commit is contained in:
parent
a6e056c060
commit
1fe349db47
7 changed files with 172 additions and 18 deletions
|
|
@ -147,4 +147,5 @@ os = 'windows'
|
|||
[permissions]
|
||||
environment = ["RUST_LOG"]
|
||||
system = ["systemMemoryInfo"]
|
||||
network = ["upload.wikimedia.org", "api.github.com"]
|
||||
network = ["upload.wikimedia.org", "api.github.com"]
|
||||
clipboard = ["read", "write", "clear"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue