mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-01-24 20:32:51 -05:00
flatpak support?
This commit is contained in:
@@ -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 = []
|
||||||
|
|||||||
Reference in New Issue
Block a user