Added game Manamon.
This commit is contained in:
parent
7daee10e5f
commit
c7c72a173d
@ -335,6 +335,7 @@ gameList=(
|
||||
"Light Cars"
|
||||
"Lockpick"
|
||||
"Lone Wolf"
|
||||
"Manamon"
|
||||
"Pontes Kickups!"
|
||||
"Run For Your Life"
|
||||
"Shades of Doom"
|
||||
@ -481,6 +482,13 @@ case "${game}" in
|
||||
wine "${cache}/lw350.exe" /silent
|
||||
#add_launcher "c:\Program Files\lWorks\Lockpick\lockpick.exe"
|
||||
;;
|
||||
"Manamon")
|
||||
export winVer="win7"
|
||||
install_wine_bottle speechsdk
|
||||
download "https://www.vgstorm.com/manamon/manamon_installer.exe"
|
||||
wine "${cache}/manamon_installer.exe" /silent
|
||||
add_launcher "c:\Program Files\VGStorm.com\Manamon\rpg.exe"
|
||||
;;
|
||||
"Pontes Kickups!")
|
||||
export winVer="win7"
|
||||
install_wine_bottle speechsdk
|
||||
|
Loading…
Reference in New Issue
Block a user