Fix Lutris source executable

This commit is contained in:
kramo
2023-07-05 13:33:21 +02:00
parent a2c77a5852
commit 0500b8ebe1

View File

@@ -72,7 +72,7 @@ class LutrisSourceIterator(SourceIterator):
"game_id": self.source.game_id_format.format(
game_id=row[2], game_internal_id=row[0]
),
"executable": self.source.executable_format.format(game_id=row[2]),
"executable": self.source.executable_format.format(game_id=row[0]),
}
game = Game(values)