appimage downgrading

This commit is contained in:
Vinicius Moreira
2019-10-08 18:36:47 -03:00
parent d44258bcab
commit a3bccb86f4
7 changed files with 62 additions and 15 deletions

View File

@@ -35,8 +35,7 @@ class AppImage(SoftwarePackage):
return True
def can_be_downgraded(self):
# TODO
return False
return self.installed
def get_type(self):
return 'AppImage'