STEAM_SYNC: added system to run_game be sure

This commit is contained in:
XargonWan 2024-09-08 13:31:50 +09:00
parent daa20ef175
commit ac103fe9f0

View file

@ -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