From a37bdfd32b0a365ab1a3c140b3c3034bb083028a Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 5 Aug 2025 04:45:50 -0400 Subject: [PATCH] Yet more install script fixes. --- .install/RS Games.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.install/RS Games.sh b/.install/RS Games.sh index e186a2d..602b089 100644 --- a/.install/RS Games.sh +++ b/.install/RS Games.sh @@ -1,4 +1,6 @@ -download "http://rsgames.org/rsdownloads/rsgclient/rsgames-client-setup-2.01.exe" "${nvdaControllerClientDll}" -install_wine_bottle speechsdk -${wine} "${cache}/rsgames-client-setup-2.01.exe" /silent +download "http://rsgames.org/rsdownloads/rsgclient/rsgames-client-setup-2.01.exe" +export WINEARCH=win64 +export winVer="win7" +install_wine_bottle +wine "${cache}/rsgames-client-setup-2.01.exe" /silent add_launcher "c:\Program Files\RS Games Client\rsg.exe"