Installer 12-labours-of-hercules-groupees
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: - file1: N/A:Please select the Groupees archive game: arch: win32 exe: drive_c/Program Files/12 Labours of Hercules/12LaboursOfHercules.exe prefix: $GAMEDIR installer: - extract: dst: $GAMEDIR/drive_c/Program Files/12 Labours of Hercules file: $file1
{ "files": [ { "file1": "N/A:Please select the Groupees archive" } ], "game": { "arch": "win32", "exe": "drive_c/Program Files/12 Labours of Hercules/12LaboursOfHercules.exe", "prefix": "$GAMEDIR" }, "installer": [ { "extract": { "dst": "$GAMEDIR/drive_c/Program Files/12 Labours of Hercules", "file": "$file1" } } ] }