Remote Play Clients: Add missing launchers (#1216)

* Added missing launchers for Greenlight, ShadowPC, Spotify, and Steam Link
    * If users installed these previously, these would not be added to the remoteplay folder
This commit is contained in:
rawdatafeel 2024-05-06 03:39:59 -04:00 committed by GitHub
parent 88a3a17828
commit 4a6eaf299f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 19 additions and 0 deletions

View file

@ -15,6 +15,10 @@ Greenlight_install() {
else
return 0
fi
cp "$EMUDECKGIT/tools/remoteplayclients/Greenlight.sh" "$romsPath/remoteplay"
chmod +x "$romsPath/remoteplay/Greenlight.sh"
}
# ApplyInitialSettings

View file

@ -17,6 +17,9 @@ ShadowPC_install() {
else
return 0
fi
cp "$EMUDECKGIT/tools/remoteplayclients/ShadowPC.sh" "$romsPath/remoteplay"
chmod +x "$romsPath/remoteplay/ShadowPC.sh"
}
# ApplyInitialSettings

View file

@ -0,0 +1,4 @@
#!/bin/bash
source $HOME/.config/EmuDeck/backend/functions/all.sh
"$romsPath/remoteplay/Greenlight.AppImage"

View file

@ -0,0 +1,4 @@
#!/bin/bash
source $HOME/.config/EmuDeck/backend/functions/all.sh
"$romsPath/remoteplay/ShadowPC.AppImage"

View file

@ -0,0 +1,2 @@
#!/bin/bash
/usr/bin/flatpak run --branch=stable --arch=x86_64 --file-forwarding com.spotify.Client @@u @@

View file

@ -0,0 +1,2 @@
#!/bin/bash
/usr/bin/flatpak run --branch=stable --arch=x86_64 --file-forwarding com.valvesoftware.SteamLink @@u @@