Files
hjozwiak 17aed35d5b Add Terraformers.
A game I hadn't tried out in almost fifteen years or so; apparently it
is free now.
2026-09-10 14:22:04 -04:00

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"