8 lines
358 B
Bash
8 lines
358 B
Bash
|
export bottle="aprone"
|
||
|
export winVer="win7"
|
||
|
download "https://www.kaldobsky.com/audiogames/tarot.zip"
|
||
|
install_wine_bottle vb6run dx8vb speechsdk
|
||
|
unzip -d "$WINEPREFIX/drive_c/Program Files/Tarot Assistant" "${cache}/tarot.zip"
|
||
|
wine "c:\Program Files\Tarot Assistant\Checkup.exe" /verysilent
|
||
|
add_launcher "c:\Program Files\Tarot Assistant\TarotAssistant.exe"
|