diff --git a/functions/RemotePlayClientScripts/remotePlayGreenlight.sh b/functions/RemotePlayClientScripts/remotePlayGreenlight.sh index 5a09d2d5..a1c8cb1b 100644 --- a/functions/RemotePlayClientScripts/remotePlayGreenlight.sh +++ b/functions/RemotePlayClientScripts/remotePlayGreenlight.sh @@ -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 diff --git a/functions/RemotePlayClientScripts/remotePlayShadow.sh b/functions/RemotePlayClientScripts/remotePlayShadow.sh index c0dc7316..94004452 100644 --- a/functions/RemotePlayClientScripts/remotePlayShadow.sh +++ b/functions/RemotePlayClientScripts/remotePlayShadow.sh @@ -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 diff --git a/tools/remoteplayclients/Greenlight.sh b/tools/remoteplayclients/Greenlight.sh new file mode 100644 index 00000000..39132d7b --- /dev/null +++ b/tools/remoteplayclients/Greenlight.sh @@ -0,0 +1,4 @@ +#!/bin/bash +source $HOME/.config/EmuDeck/backend/functions/all.sh + +"$romsPath/remoteplay/Greenlight.AppImage" \ No newline at end of file diff --git a/tools/remoteplayclients/ShadowPC.sh b/tools/remoteplayclients/ShadowPC.sh new file mode 100644 index 00000000..30aee34a --- /dev/null +++ b/tools/remoteplayclients/ShadowPC.sh @@ -0,0 +1,4 @@ +#!/bin/bash +source $HOME/.config/EmuDeck/backend/functions/all.sh + +"$romsPath/remoteplay/ShadowPC.AppImage" \ No newline at end of file diff --git a/tools/remoteplayclients/Spotify.sh b/tools/remoteplayclients/Spotify.sh new file mode 100644 index 00000000..cf3afb3f --- /dev/null +++ b/tools/remoteplayclients/Spotify.sh @@ -0,0 +1,2 @@ +#!/bin/bash +/usr/bin/flatpak run --branch=stable --arch=x86_64 --file-forwarding com.spotify.Client @@u @@ diff --git a/tools/remoteplayclients/SteamLink.sh b/tools/remoteplayclients/SteamLink.sh new file mode 100644 index 00000000..690e4155 --- /dev/null +++ b/tools/remoteplayclients/SteamLink.sh @@ -0,0 +1,2 @@ +#!/bin/bash +/usr/bin/flatpak run --branch=stable --arch=x86_64 --file-forwarding com.valvesoftware.SteamLink @@u @@