[snap] fix: mapping categories

This commit is contained in:
Vinicius Moreira
2019-10-14 17:24:59 -03:00
parent 9aa33d7cbd
commit 6d9cd42e4f
4 changed files with 6 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ class SnapManager(SoftwareManager):
if app.publisher:
app.publisher = app.publisher.replace('*', '')
app.categories = self.categories.get(app.name)
app.categories = self.categories.get(app.name.lower())
app.installed = installed