Use HOST_ prefixed env vars for host XDG base dirs

This commit is contained in:
kramo
2023-12-17 11:46:54 +01:00
parent 7d0b9854d3
commit 5ab3085083
8 changed files with 20 additions and 13 deletions

View File

@@ -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"),