mirror of
https://github.com/ModOrganizer2/modorganizer-basic_games.git
synced 2026-07-27 14:07:29 -07:00
Merge pull request #38 from erri120/dd-missing-function-fix
Fix missing isSteam function for DD
This commit is contained in:
@@ -123,7 +123,7 @@ class DarkestDungeonGame(BasicGame):
|
||||
GameDataPath = ""
|
||||
|
||||
def executables(self):
|
||||
if self.isSteam():
|
||||
if self.is_steam():
|
||||
path = QFileInfo(self.gameDirectory(), "_windows/darkest.exe")
|
||||
else:
|
||||
path = QFileInfo(self.gameDirectory(), "_windowsnosteam/darkest.exe")
|
||||
|
||||
Reference in New Issue
Block a user