aboutsummaryrefslogtreecommitdiff
path: root/libs/basic_games
diff options
context:
space:
mode:
Diffstat (limited to 'libs/basic_games')
-rw-r--r--libs/basic_games/steam_utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/basic_games/steam_utils.py b/libs/basic_games/steam_utils.py
index f61f392..3babd55 100644
--- a/libs/basic_games/steam_utils.py
+++ b/libs/basic_games/steam_utils.py
@@ -164,6 +164,7 @@ def find_steam_path() -> Path | None:
# Linux: check common Steam install locations.
for candidate in (
Path.home() / ".local" / "share" / "Steam",
+ Path.home() / ".steam" / "debian-installation",
Path.home() / ".steam" / "steam",
Path.home()
/ ".var"