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

@@ -98,7 +98,7 @@ class BottlesSource(URLExecutableSource):
candidates=(
shared.flatpak_dir / "com.usebottles.bottles" / "data" / "bottles",
shared.data_dir / "bottles/",
shared.home / ".local" / "share" / "bottles",
shared.host_data_dir / "bottles",
),
paths={
"library.yml": LocationSubPath("library.yml"),