From 270fa2092cb3d532083c11c394d9fa4f7ea60bd7 Mon Sep 17 00:00:00 2001 From: GeoffreyCoulaud Date: Thu, 20 Jul 2023 20:56:28 +0200 Subject: [PATCH] Fixed heroic location candidates priority --- src/importer/sources/heroic_source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/importer/sources/heroic_source.py b/src/importer/sources/heroic_source.py index 378c3b3..32a8d5e 100644 --- a/src/importer/sources/heroic_source.py +++ b/src/importer/sources/heroic_source.py @@ -354,9 +354,9 @@ class HeroicSource(URLExecutableSource): config_location = Location( schema_key="heroic-location", candidates=( - shared.flatpak_dir / "com.heroicgameslauncher.hgl" / "config" / "heroic", shared.config_dir / "heroic", shared.home / ".config" / "heroic", + shared.flatpak_dir / "com.heroicgameslauncher.hgl" / "config" / "heroic", shared.appdata_dir / "heroic", ), paths={