A game I hadn't tried out in almost fifteen years or so; apparently it is free now.
7 lines
410 B
Bash
7 lines
410 B
Bash
install_wine_bottle
|
|
download "https://terraformers.nu/terraformers-install1.03.exe"
|
|
download "https://terraformers.nu/pinTFLicKey.txt.zip"
|
|
wine "${cache}/terraformers-install1.03.exe" /silent
|
|
install_with_progress unzip "Extracting game license key..." -d "${WINEPREFIX}/drive_c/Program Files (x86)/Terraformers/Prefs" "${cache}/pinTFLicKey.txt.zip"
|
|
add_launcher "c:\Program Files (x86)\Terraformers\Game.exe"
|