Simplifying game executable

This commit is contained in:
GeoffreyCoulaud
2023-08-27 13:53:23 +02:00
parent c607a65d1f
commit 6486f5b336
8 changed files with 11 additions and 14 deletions

View File

@@ -94,7 +94,7 @@ class SteamSourceIterable(SourceIterable):
"name": local_data["name"],
"source": self.source.source_id,
"game_id": self.source.game_id_format.format(game_id=appid),
"executable": self.source.executable_format.format(game_id=appid),
"executable": self.source.make_executable(game_id=appid),
}
game = Game(values)