Added Castaways 2, try to stop source from offering binary update on Mac.
This commit is contained in:
parent
19f5219758
commit
ae8dc85de1
@ -49,7 +49,7 @@ export DIALOGOPTS='--no-lines --visit-items'
|
|||||||
# Automatic update function
|
# Automatic update function
|
||||||
update() {
|
update() {
|
||||||
local filePath="$(command -v ${0})"
|
local filePath="$(command -v ${0})"
|
||||||
if file "${filePath}" | grep -q 'Bourne-Again shell script,' ; then
|
if file "${filePath}" | grep -q 'Bourne-Again shell script' ; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
# make sure the site can be reached
|
# make sure the site can be reached
|
||||||
@ -469,6 +469,8 @@ gameList=(
|
|||||||
"AudioDisc"
|
"AudioDisc"
|
||||||
"Battle Zone"
|
"Battle Zone"
|
||||||
"Bloodshed"
|
"Bloodshed"
|
||||||
|
"Castaways"
|
||||||
|
"Castaways 2"
|
||||||
#"Chopper Challenge"
|
#"Chopper Challenge"
|
||||||
"Christmas WhoopAss"
|
"Christmas WhoopAss"
|
||||||
"Crazy Party"
|
"Crazy Party"
|
||||||
@ -604,6 +606,22 @@ case "${game}" in
|
|||||||
cp "${cache}/bloodshed.exe" "$WINEPREFIX/drive_c/Program Files/"
|
cp "${cache}/bloodshed.exe" "$WINEPREFIX/drive_c/Program Files/"
|
||||||
add_launcher "c:\Program Files\bloodshed.exe"
|
add_launcher "c:\Program Files\bloodshed.exe"
|
||||||
;;
|
;;
|
||||||
|
"Castaways")
|
||||||
|
export winVer="win7"
|
||||||
|
install_wine_bottle vb6run dx8vb speechsdk
|
||||||
|
download "https://www.kaldobsky.com/audiogames/castaways.zip"
|
||||||
|
unzip -d "$WINEPREFIX/drive_c/Program Files/castaways" "${cache}/castaways.zip"
|
||||||
|
wine "c:\Program Files\castaways\Checkup.exe" /verysilent
|
||||||
|
add_launcher "c:\Program Files\castaways\Castaways.exe"
|
||||||
|
;;
|
||||||
|
"Castaways 2")
|
||||||
|
export winVer="win7"
|
||||||
|
install_wine_bottle vb6run dx8vb speechsdk
|
||||||
|
download "http://www.kaldobsky.com/audiogames/castaways2beta.zip"
|
||||||
|
unzip -d "$WINEPREFIX/drive_c/Program Files/castaways" "${cache}/castaways2beta.zip"
|
||||||
|
wine "c:\Program Files\castaways\Checkup.exe" /verysilent
|
||||||
|
add_launcher "c:\Program Files\castaways\Castaways2.exe"
|
||||||
|
;;
|
||||||
"Chopper Challenge")
|
"Chopper Challenge")
|
||||||
# Freezes at menu
|
# Freezes at menu
|
||||||
install_wine_bottle vb6run dx8vb speechsdk
|
install_wine_bottle vb6run dx8vb speechsdk
|
||||||
|
Loading…
Reference in New Issue
Block a user