From 6985a94a770e7e75c2ae0c0a95bd7af791c97d4e Mon Sep 17 00:00:00 2001 From: Lx32 Date: Wed, 18 Oct 2023 15:10:27 +0200 Subject: [PATCH] Fixed flatpak path --- functions/steam-sync/steam-sync.py | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/steam-sync/steam-sync.py b/functions/steam-sync/steam-sync.py index 0d488713..eb696a29 100644 --- a/functions/steam-sync/steam-sync.py +++ b/functions/steam-sync/steam-sync.py @@ -274,6 +274,7 @@ STEAM_DATA_DIRS = ( "~/.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", )