7 lines
235 B
Bash
7 lines
235 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'
|