Fixed installer for RS Games and Battle Zone.

This commit is contained in:
Storm Dragon
2026-01-05 01:16:01 -05:00
parent a6c54bb158
commit 733b901927
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"