mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[snap] fix: mapping categories
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user