summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--proto-wine/proton.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto-wine/proton.cpp b/proto-wine/proton.cpp
index 868a4004..aa2c3755 100644
--- a/proto-wine/proton.cpp
+++ b/proto-wine/proton.cpp
@@ -17,11 +17,13 @@
static const char* steam_paths[] = {
"/.steam/steam/steamapps/compatdata",
"/.local/share/Steam/steamapps/compatdata",
+ "/.steam/debian-installation/steamapps/compatdata",
};
static const char* runtime_paths[] = {
"/.local/share/Steam/ubuntu12_32/steam-runtime",
"/.steam/ubuntu12_32/steam-runtime",
+ "/.steam/debian-installation/ubuntu12_32/steam-runtime",
};