6 lines
219 B
Bash
6 lines
219 B
Bash
export bottle="l-works"
|
|
download "http://files.l-works.net/superegghuntsetup.exe"
|
|
install_wine_bottle
|
|
wine "${cache}/superegghuntsetup.exe" /silent
|
|
add_launcher "c:\Program Files\Lworks\super egg hunt\superegghunt.exe"
|