6 lines
233 B
Bash
6 lines
233 B
Bash
|
export bottle=pbgames
|
||
|
download "https://www.agarchive.net/games/pb/Dark-Destroyer-Setup.exe"
|
||
|
install_wine_bottle speechsdk ie6
|
||
|
wine "$cache/Dark-Destroyer-Setup.exe" /silent
|
||
|
add_launcher 'c:\Pbgames\Dark_destroyer\darkdestroyer.exe'
|