mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-12 18:20:29 +03:00
Add NonFreeAssets anti-feature
This commit is contained in:
parent
20ced3f303
commit
967472408b
3 changed files with 9 additions and 1 deletions
|
|
@ -653,6 +653,8 @@ class FDroid
|
|||
$antifeatureDescription['NonFreeDep']['description'] = 'This application depends on another non-Free application.';
|
||||
$antifeatureDescription['UpstreamNonFree']['name'] = 'Upstream Non-Free';
|
||||
$antifeatureDescription['UpstreamNonFree']['description'] = 'The upstream source code is non-free.';
|
||||
$antifeatureDescription['NonFreeAssets']['name'] = 'Non-Free Assets';
|
||||
$antifeatureDescription['NonFreeAssets']['description'] = 'This application contains non-free assets.';
|
||||
|
||||
if(isset($antifeatureDescription[$antifeature])) {
|
||||
return $antifeatureDescription[$antifeature];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue