Installer hi-res-adventure-2-the-wizard-apple
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: - game: N/A:Select the game file game: game_id: hires2 path: $GAMEDIR installer: - execute: args: $game $GAMEDIR file: /bin/cp
{ "files": [ { "game": "N/A:Select the game file" } ], "installer": [ { "execute": { "args": "$game $GAMEDIR", "file": "/bin/cp" } } ], "game": { "path": "$GAMEDIR", "game_id": "hires2" } }