6 lines
305 B
Bash
6 lines
305 B
Bash
export winVer="win7"
|
|
download "https://agarchive.net/games/talon/the%20road%20to%20rage%20offline.7z"
|
|
install_wine_bottle
|
|
install_with_progress 7z "Extracting game files..." x -o"$WINEPREFIX/drive_c/Program Files" "${cache}/the road to rage offline.7z"
|
|
add_launcher "c:\Program Files\RTR Offline\rtr.exe"
|