Fix/update gog library path (#75)

This commit is contained in:
Rishabh Moharir
2023-04-28 22:26:14 +05:30
committed by GitHub
parent 44d63d37bd
commit 82aceb3b18

View File

@@ -137,7 +137,7 @@ def heroic_importer(win):
continue
# Get game title and developer from library.json as they are not present in installed.json
library = json.load((heroic_dir / "gog_store" / "library.json").open())
library = json.load((heroic_dir / "store_cache" / "gog_library.json").open())
for game in library["games"]:
if game["app_name"] == app_name:
values["developer"] = game["developer"]