Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
Update heroiclibrarypath
Browse files Browse the repository at this point in the history
- For epic games imgs
  • Loading branch information
redromnon committed Jul 3, 2023
1 parent cb86865 commit 722a804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion func/configpath.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def is_flatpak_installed(application_id: str) -> bool:

gogauthpath = os.path.join(actual_config_path, "heroic/gog_store/auth.json")

heroiclibrarypath = os.path.join(actual_config_path, "heroic/lib-cache/library.json")
heroiclibrarypath = os.path.join(actual_config_path, "heroic/store_cache/legendary_library.json")

timestamppath = os.path.join(actual_config_path, "heroic/store/timestamp.json")

Expand Down

0 comments on commit 722a804

Please sign in to comment.