mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
STEAM_SYNC: fixed game_run argument
This commit is contained in:
parent
9844cd7376
commit
983536aa49
|
@ -60,7 +60,7 @@ add_to_steam() {
|
|||
# Create the launcher file
|
||||
if [ ! -e "$launcher_tmp" ]; then
|
||||
log d "Creating launcher file: $launcher"
|
||||
command="flatpak run net.retrodeck.retrodeck start '$roms_folder/$system/$path'"
|
||||
command="flatpak run net.retrodeck.retrodeck '$roms_folder/$system/$path'"
|
||||
cat <<EOF > "$launcher"
|
||||
#!/bin/bash
|
||||
if [ test "\$(whereis flatpak)" = "flatpak:" ]; then
|
||||
|
|
Loading…
Reference in a new issue