From 81fccbb306f62e88dee40bbf65107fbb892f54f7 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Thu, 12 Sep 2024 14:52:05 +0900 Subject: [PATCH] STEAM_SYNC: romed -s from launcher --- 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 4768c543..c7df8e02 100644 --- a/functions/steam_sync.sh +++ b/functions/steam_sync.sh @@ -88,7 +88,7 @@ add_to_steam() { # Populate the .sync script with the correct command # TODO: if there is any emulator defined in the xml we use that, else... how we can know which is the default one? # TODO: if steam is flatpak the command wrapping will change in .desktop - local command="flatpak run net.retrodeck.retrodeck start -s $system '$roms_folder/$system/$path'" + local command="flatpak run net.retrodeck.retrodeck start '$roms_folder/$system/$path'" # Create the launcher file using a heredoc - if you enable .desktp this remember to edit .desktop in SRM userConfigurations.json and the above launcher variable (and vice versa) # cat < "$launcher" # [Desktop Entry]