Basic support for Desktop Entry source

This commit is contained in:
kramo
2023-08-21 14:09:41 +02:00
parent bc3bc2dac6
commit 2d791e46b0
9 changed files with 260 additions and 5 deletions

View File

@@ -77,7 +77,6 @@ class LutrisSourceIterable(SourceIterable):
image_path = self.source.locations.cache["coverart"] / f"{row[2]}.jpg"
additional_data = {"local_image_path": image_path}
# Produce game
yield (game, additional_data)
# Cleanup