Installer am2r-return-of-samus-11
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: - gamearchive: https://lutris.nyc3.digitaloceanspaces.com/games/am2r/am2r-1.1-linux.tar.gz game: exe: am2r installer: - extract: dst: $GAMEDIR file: gamearchive
{ "files": [ { "gamearchive": "https://lutris.nyc3.digitaloceanspaces.com/games/am2r/am2r-1.1-linux.tar.gz" } ], "game": { "exe": "am2r" }, "installer": [ { "extract": { "dst": "$GAMEDIR", "file": "gamearchive" } } ] }