6 lines
284 B
Bash
6 lines
284 B
Bash
export winVer="win7"
|
|
download "https://prometheus-enterprises.com/games/CoL.exe"
|
|
install_wine_bottle
|
|
install_with_progress 7z "Extracting game files..." x -o"$WINEPREFIX/drive_c/Program Files/Light Battles" "${cache}/CoL.exe"
|
|
add_launcher "c:\Program Files\Light Battles\battles.exe"
|