14 lines
549 B
Bash
14 lines
549 B
Bash
download "https://dl.tweesecake.app/rage/rage1.5.0.zip"
|
|
export WINEARCH=win64
|
|
export winVer="win10"
|
|
install_wine_bottle
|
|
install_with_progress unzip "Extracting game files..." -d "$WINEPREFIX/drive_c/Program Files/" "${cache}/rage1.5.0.zip"
|
|
add_launcher "c:\Program Files\rage\rage.exe"
|
|
url="https://techcake.games/games/executioners-rage/"
|
|
echo "Before you can login, you need to create an account at:"
|
|
echo "$url"
|
|
if echo "$url" | xclip -selection clipboard 2> /dev/null ; then
|
|
message+="\n\nThe URL has been copied to the clipboard."
|
|
fi
|
|
alert
|