6 lines
299 B
Bash
6 lines
299 B
Bash
export winVer="win7"
|
|
download "http://oriolgomez.com/games/rr_en.zip" "${nvdaControllerClientDll}"
|
|
install_wine_bottle
|
|
install_with_progress unzip "Extracting game files..." -d "$WINEPREFIX/drive_c/Program Files/rhythm rage" "${cache}/rr_en.zip"
|
|
add_launcher "c:\Program Files\rhythm rage\game.exe"
|