mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Allow "RequiresRoot: 'yes'" in metadata
This commit is contained in:
parent
30e6cc9e38
commit
22dbec00fb
1 changed files with 4 additions and 1 deletions
|
|
@ -542,7 +542,10 @@
|
|||
"RequiresRoot": {
|
||||
"description": "Set this optional field to “Yes” if the application requires root privileges to be usable.",
|
||||
"type": "string",
|
||||
"enum": ["True"]
|
||||
"enum": [
|
||||
"True",
|
||||
"yes"
|
||||
]
|
||||
},
|
||||
"ArchivePolicy": {
|
||||
"description": "This determines the policy for moving old versions of an app to the archive repo, if one is configured. Currently the only supported format is “n versions”, where n is the number of versions to keep. Defaults to “3 versions”.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue