Fixed flatpak path

This commit is contained in:
Lx32 2023-10-18 15:10:27 +02:00 committed by GitHub
parent f7ff56ac59
commit 6985a94a77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -274,6 +274,7 @@ STEAM_DATA_DIRS = (
"~/.local/share/Steam", "~/.local/share/Steam",
"~/.steam/steam", "~/.steam/steam",
"~/.var/app/com.valvesoftware.Steam/data/steam", "~/.var/app/com.valvesoftware.Steam/data/steam",
"~/.var/app/com.valvesoftware.Steam/data/Steam",
"/usr/share/steam", "/usr/share/steam",
"/usr/local/share/steam", "/usr/local/share/steam",
) )