mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 21:44:16 +02:00
fix: snap launch
This commit is contained in:
@@ -149,13 +149,6 @@ class SoftwarePackage(ABC):
|
||||
:return: whether the app can be run via the GUI
|
||||
"""
|
||||
|
||||
@abstractmethod
|
||||
def get_command(self) -> str:
|
||||
"""
|
||||
:return: the command to run the application
|
||||
"""
|
||||
pass
|
||||
|
||||
def is_trustable(self) -> bool:
|
||||
"""
|
||||
:return: if the package is distributed by a trustable source
|
||||
|
||||
Reference in New Issue
Block a user