6 lines
212 B
Bash
6 lines
212 B
Bash
|
export bottle="l-works"
|
||
|
download "http://files.l-works.net/superliamsetup.exe"
|
||
|
install_wine_bottle vb6run dx8vb
|
||
|
wine "${cache}/superliamsetup.exe" /silent
|
||
|
add_launcher "c:\Program Files\lWorks\Super Liam\sl.exe"
|