Use HOST_ prefixed env vars for host XDG base dirs
This commit is contained in:
@@ -108,7 +108,7 @@ class LegendarySource(ExecutableFormatSource):
|
||||
schema_key="legendary-location",
|
||||
candidates=(
|
||||
shared.config_dir / "legendary",
|
||||
shared.home / ".config" / "legendary",
|
||||
shared.host_config_dir / "legendary",
|
||||
),
|
||||
paths={
|
||||
"installed.json": LocationSubPath("installed.json"),
|
||||
|
||||
Reference in New Issue
Block a user