Zblerg we need to keep track of broken apps

This commit is contained in:
Alexandre Aubin 2021-02-08 01:54:42 +01:00
parent 9ac0d15e48
commit c6d684ad05

View file

@ -194,6 +194,7 @@ def build_catalog():
"name": infos["manifest"]["name"], "name": infos["manifest"]["name"],
"description": infos["manifest"]["description"], "description": infos["manifest"]["description"],
"state": infos["state"], "state": infos["state"],
"broken": level <= 0,
"good_quality": level >= 8, "good_quality": level >= 8,
"bad_quality": level <= 5, "bad_quality": level <= 5,
} }