mirror of
https://github.com/ModOrganizer2/modorganizer-basic_games.git
synced 2026-07-27 14:07:29 -07:00
Fix the thing
This commit is contained in:
@@ -473,6 +473,9 @@ class BasicGame(mobase.IPluginGame):
|
||||
def getLauncherName(self) -> str:
|
||||
return self._mappings.launcherName.get()
|
||||
|
||||
def getSupportURL(self) -> str:
|
||||
return self._mappings.supportURL.get()
|
||||
|
||||
def executables(self) -> List[mobase.ExecutableInfo]:
|
||||
execs = []
|
||||
if self.getLauncherName():
|
||||
|
||||
Reference in New Issue
Block a user