diff --git a/functions/steam-sync/steam-sync.py b/functions/steam-sync/steam-sync.py index 80823694..cb4ed55f 100644 --- a/functions/steam-sync/steam-sync.py +++ b/functions/steam-sync/steam-sync.py @@ -287,6 +287,10 @@ def create_shortcut(games, launch_config_name=None): else: shortcuts = [] + if ".var/app/com.valvesoftware.Steam" in shortcut_path: + for game in games: + game[1]="flatpak-spawn --host "+game[1] + old_shortcuts=[] for shortcut in shortcuts: if "net.retrodeck.retrodeck" in shortcut["Exe"]: