mirror of
https://github.com/ModOrganizer2/modorganizer-basic_games.git
synced 2026-07-27 14:07:29 -07:00
Update game_nomanssky.py
This commit is contained in:
@@ -18,9 +18,9 @@ class NoMansSkyGame(BasicGame):
|
||||
GameDataPath = "GAMEDATA/PCBANKS/MODS"
|
||||
|
||||
def executables(self):
|
||||
return [
|
||||
mobase.ExecutableInfo(
|
||||
"No Man's Sky",
|
||||
QFileInfo(self.gameDirectory(), "Binaries/NMS.exe"),
|
||||
),
|
||||
]
|
||||
return [
|
||||
mobase.ExecutableInfo(
|
||||
"No Man's Sky",
|
||||
QFileInfo(self.gameDirectory(), "Binaries/NMS.exe"),
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user