From 733b901927f533b126913cd14a4ca5e3c8dc1888 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 5 Jan 2026 01:16:01 -0500 Subject: [PATCH] Fixed installer for RS Games and Battle Zone. --- .install/Battle Zone.sh | 2 +- .install/RS Games.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.install/Battle Zone.sh b/.install/Battle Zone.sh index 243ba82..170720d 100644 --- a/.install/Battle Zone.sh +++ b/.install/Battle Zone.sh @@ -2,4 +2,4 @@ download "https://www.agarchive.net/games/gameMadnessInteractive/battle%20zone%2 export winVer="win7" install_wine_bottle wine "${cache}/battle zone 13.5 setup.exe" /silent -add_launcher "c:\Program Files\Battle Zone\ss.exe" +add_launcher "c:\Program Files (x86)\Battle Zone\ss.exe" diff --git a/.install/RS Games.sh b/.install/RS Games.sh index 602b089..ebd6695 100644 --- a/.install/RS Games.sh +++ b/.install/RS Games.sh @@ -3,4 +3,4 @@ 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" +add_launcher "c:\Program Files (x86)\RS Games Client\rsg.exe"