Desktop source cleanups

This commit is contained in:
kramo
2023-08-25 21:50:23 +02:00
parent 8c5f4f1780
commit e287ec1986
3 changed files with 47 additions and 49 deletions

View File

@@ -78,7 +78,6 @@ class Source(Iterable):
def is_available(self) -> bool:
return sys.platform in self.available_on
@abstractmethod
def make_executable(self, *args, **kwargs) -> str:
"""
Create a game executable command.