From ac103fe9f02fcf7745d0997516003198a396b72e Mon Sep 17 00:00:00 2001 From: XargonWan Date: Sun, 8 Sep 2024 13:31:50 +0900 Subject: [PATCH] STEAM_SYNC: added system to run_game be sure --- functions/steam_sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/steam_sync.sh b/functions/steam_sync.sh index 990fb037..8835e0fb 100644 --- a/functions/steam_sync.sh +++ b/functions/steam_sync.sh @@ -346,7 +346,7 @@ add_to_steam() { # Populate the .sync script with the correct command echo -e '#!/bin/bash\n' > "$launcher" - echo "flatpak run net.retrodeck.retrodeck --run \"$path\"" >> "$launcher" + echo "flatpak run net.retrodeck.retrodeck --run \"$roms_folder/$system/$path\" $system" >> "$launcher" chmod +x "$launcher" done