Update path for Steam flatpak (Fixes #3248)

This commit is contained in:
Mathieu Comandon 2023-09-06 19:19:35 -07:00
parent 6e45eae2c6
commit b88f9b9612

View file

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