7 lines
276 B
Bash
7 lines
276 B
Bash
#
|
|
# No custom bottle needed - use standard wine path based on architecture
|
|
download "https://www.agarchive.net/games/pb/Dark-Destroyer-Setup.exe"
|
|
install_wine_bottle ie6
|
|
wine "$cache/Dark-Destroyer-Setup.exe" /silent
|
|
add_launcher 'c:\Pbgames\Dark_destroyer\darkdestroyer.exe'
|