Added heroic import amazon to ui + fixes

This commit is contained in:
GeoffreyCoulaud
2023-07-20 10:29:27 +02:00
parent a399113ff9
commit 2acdedf033
4 changed files with 14 additions and 3 deletions

View File

@@ -348,7 +348,7 @@ class HeroicSource(URLExecutableSource):
),
paths={
"config.json": (False, "config.json"),
"store_config.json": (False, ("store", "config.json")),
"store_config.json": (False, Path("store") / "config.json"),
},
)