flatpak support?

This commit is contained in:
Tickbase
2024-08-14 13:02:17 +02:00
committed by GitHub
parent dab8787f1d
commit 5b9e3fd350

View File

@@ -113,7 +113,11 @@ def find_steam_library_folders(manual_path=""):
# Others # Others
'/mnt/Jogos/Steam', '/mnt/Jogos/Steam',
'/run/media/mmcblk0p1' '/run/media/mmcblk0p1',
# Flatpak
os.path.expanduser('~/.var/app/com.valvesoftware.Steam/.local/share/Steam'),
os.path.expanduser('~/.var/app/com.valvesoftware.Steam/data/Steam/steamapps/common')
] ]
library_folders = [] library_folders = []