Added heroic import amazon to ui + fixes
This commit is contained in:
@@ -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"),
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user