From 56de320a9afa1fd855a8891c7067aca44d0dea16 Mon Sep 17 00:00:00 2001 From: axolotle Date: Thu, 3 Nov 2022 16:47:18 +0100 Subject: [PATCH] add antifeatures and alternatives to catalog's apps manifest --- src/app.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app.py b/src/app.py index f4d125a47..eee2d3c65 100644 --- a/src/app.py +++ b/src/app.py @@ -2301,6 +2301,9 @@ def _extract_app_from_gitrepo( manifest["remote"]["revision"] = revision 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