mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 10:11:43 +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": {
|
"RequiresRoot": {
|
||||||
"description": "Set this optional field to “Yes” if the application requires root privileges to be usable.",
|
"description": "Set this optional field to “Yes” if the application requires root privileges to be usable.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": ["True"]
|
"enum": [
|
||||||
|
"True",
|
||||||
|
"yes"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"ArchivePolicy": {
|
"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”.",
|
"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