Installer grey-cubes-indiegamestand
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.
exe: GreyCubes.x86 exe64: GreyCubes.x86_64 files: - file1: N/A:Please select the IndieGameStand archive installer: - extract: file: $file1 - chmodx: $GAMEDIR/GreyCubes.x86 - chmodx: $GAMEDIR/GreyCubes.x86_64
{ "exe": "GreyCubes.x86", "exe64": "GreyCubes.x86_64", "files": [ { "file1": "N/A:Please select the IndieGameStand archive" } ], "installer": [ { "extract": { "file": "$file1" } }, { "chmodx": "$GAMEDIR/GreyCubes.x86" }, { "chmodx": "$GAMEDIR/GreyCubes.x86_64" } ] }