Installer lugaru-hd-12-free-oos-project
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.
files: - lugaru-hd: https://github.com/osslugaru/lugaru/releases/download/1.2/Lugaru-1.2-Linux64.zip game: exe: lugaru installer: - extract: dst: $GAMEDIR file: lugaru-hd
{ "files": [ { "lugaru-hd": "https://github.com/osslugaru/lugaru/releases/download/1.2/Lugaru-1.2-Linux64.zip" } ], "game": { "exe": "lugaru" }, "installer": [ { "extract": { "dst": "$GAMEDIR", "file": "lugaru-hd" } } ] }