mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
add antifeatures and alternatives to catalog's apps manifest
This commit is contained in:
parent
eeec30d78c
commit
56de320a9a
1 changed files with 3 additions and 0 deletions
|
@ -2301,6 +2301,9 @@ def _extract_app_from_gitrepo(
|
||||||
manifest["remote"]["revision"] = revision
|
manifest["remote"]["revision"] = revision
|
||||||
manifest["lastUpdate"] = app_info.get("lastUpdate")
|
manifest["lastUpdate"] = app_info.get("lastUpdate")
|
||||||
|
|
||||||
|
manifest["antifeatures"] = app_info["antifeatures"]
|
||||||
|
manifest["potential_alternative_to"] = app_info["potential_alternative_to"]
|
||||||
|
|
||||||
return manifest, extracted_app_folder
|
return manifest, extracted_app_folder
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue