7 lines
340 B
Bash
7 lines
340 B
Bash
export winVer="win10"
|
|
download "https://nibblenerds.com/static/blades_of_glory.zip"
|
|
install_wine_bottle
|
|
install_wine_bottle "sapi"
|
|
install_with_progress unzip "Extracting game files..." -d "$WINEPREFIX/drive_c/Program Files/Blades of Glory" "${cache}/blades_of_glory.zip"
|
|
add_launcher "c:\Program Files\Blades of Glory\blades_of_glory.exe"
|