Using new shared paths in sources

This commit is contained in:
GeoffreyCoulaud
2023-07-01 15:53:52 +02:00
parent fb0c47c1f1
commit 4a204442b5
7 changed files with 22 additions and 27 deletions

View File

@@ -118,9 +118,9 @@ class SteamSource(URLExecutableSource):
data_location = Location(
schema_key="steam-location",
candidates=(
"~/.var/app/com.valvesoftware.Steam/data/Steam/",
shared.flatpak_dir / "com.valvesoftware.Steam" / "data" / "Steam",
shared.data_dir / "Steam",
"~/.steam",
shared.home / ".steam",
shared.programfiles32_dir / "Steam",
),
paths={