Merge branch 'staging' into fpakus

This commit is contained in:
Vinícius Moreira
2020-01-09 16:59:33 -03:00
39 changed files with 1009 additions and 80 deletions

View File

@@ -38,7 +38,7 @@ class FlatpakApplication(SoftwarePackage):
return 'flatpak'
def get_default_icon_path(self):
return resource.get_path('img/flathub.svg', ROOT_DIR)
return resource.get_path('img/flatpak.svg', ROOT_DIR)
def get_type_icon_path(self):
return self.get_default_icon_path()