Merge pull request #38 from erri120/dd-missing-function-fix

Fix missing isSteam function for DD
This commit is contained in:
Mikaël Capelle
2021-02-23 17:43:20 +01:00
committed by GitHub
+1 -1
View File
@@ -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")