6 lines
252 B
Bash
6 lines
252 B
Bash
# Uses standard wine path based on architecture (win32/win64)
|
|
download "http://files.l-works.net/lockpicksetup.exe"
|
|
install_wine_bottle vb6run dx8vb
|
|
wine "${cache}/lockpicksetup.exe" /silent
|
|
add_launcher "c:\Program Files\lWorks\Lockpick\lockpick.exe"
|