mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
STEAM_SYNC: added system to run_game be sure
This commit is contained in:
parent
daa20ef175
commit
ac103fe9f0
|
@ -346,7 +346,7 @@ add_to_steam() {
|
||||||
|
|
||||||
# Populate the .sync script with the correct command
|
# Populate the .sync script with the correct command
|
||||||
echo -e '#!/bin/bash\n' > "$launcher"
|
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"
|
chmod +x "$launcher"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue