installing, uninstalling and launching

This commit is contained in:
Vinicius Moreira
2019-10-07 14:55:06 -03:00
parent 3975cd398b
commit aed6bb04e0
9 changed files with 145 additions and 65 deletions

View File

@@ -145,7 +145,7 @@ class SoftwarePackage(ABC):
pass
@abstractmethod
def can_be_run(self) -> str:
def can_be_run(self) -> bool:
"""
:return: whether the app can be run via the GUI
"""