[fix][appimage] considering all AppImages with no local paths equal

This commit is contained in:
Vinicius Moreira
2020-06-12 18:10:25 -03:00
parent 6720eb62df
commit 8a131c0b64

View File

@@ -117,4 +117,4 @@ class AppImage(SoftwarePackage):
def __eq__(self, other):
if isinstance(other, AppImage):
return self.local_file_path == other.local_file_path
return self.name == other.name and self.local_file_path == other.local_file_path