mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
[gems.flatpak] should not be treated as trustable
This commit is contained in:
@@ -160,7 +160,7 @@ class FlatpakApplication(SoftwarePackage):
|
|||||||
self.ref = f'{self.id}/{self.arch}/{self.branch}'
|
self.ref = f'{self.id}/{self.arch}/{self.branch}'
|
||||||
|
|
||||||
def is_trustable(self) -> bool:
|
def is_trustable(self) -> bool:
|
||||||
return True
|
return False
|
||||||
|
|
||||||
def __repr__(self) -> str:
|
def __repr__(self) -> str:
|
||||||
return f'Flatpak (id={self.id}, branch={self.branch}, origin={self.origin}, installation={self.installation},' \
|
return f'Flatpak (id={self.id}, branch={self.branch}, origin={self.origin}, installation={self.installation},' \
|
||||||
|
|||||||
Reference in New Issue
Block a user