Zblerg we need to keep track of broken apps
This commit is contained in:
parent
10f297c8c1
commit
d682efc719
@ -194,6 +194,7 @@ def build_catalog():
|
||||
"name": infos["manifest"]["name"],
|
||||
"description": infos["manifest"]["description"],
|
||||
"state": infos["state"],
|
||||
"broken": level <= 0,
|
||||
"good_quality": level >= 8,
|
||||
"bad_quality": level <= 5,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user