STEAM_SYNC: fixed game_run argument

This commit is contained in:
XargonWan 2025-01-17 16:22:34 +09:00
parent 9844cd7376
commit 983536aa49

View file

@ -60,7 +60,7 @@ add_to_steam() {
# Create the launcher file # Create the launcher file
if [ ! -e "$launcher_tmp" ]; then if [ ! -e "$launcher_tmp" ]; then
log d "Creating launcher file: $launcher" 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" cat <<EOF > "$launcher"
#!/bin/bash #!/bin/bash
if [ test "\$(whereis flatpak)" = "flatpak:" ]; then if [ test "\$(whereis flatpak)" = "flatpak:" ]; then