mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
[fix][appimage] considering all AppImages with no local paths equal
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user