Installer drawkanoid-humble-bundle
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: - archive: N/A:Select the game archive game: exe: drive_c/Games/Drawkanoid/Drawkanoid.exe prefix: $GAMEDIR working_dir: drive_c/Games/Drawkanoid/ installer: - extract: dst: $GAMEDIR/drive_c/Games/Drawkanoid/ file: $archive format: zip - chmodx: $GAMEDIR/drive_c/Games/Drawkanoid/Drawkanoid.exe
{ "files": [ { "archive": "N/A:Select the game archive" } ], "game": { "exe": "drive_c/Games/Drawkanoid/Drawkanoid.exe", "prefix": "$GAMEDIR", "working_dir": "drive_c/Games/Drawkanoid/" }, "installer": [ { "extract": { "dst": "$GAMEDIR/drive_c/Games/Drawkanoid/", "file": "$archive", "format": "zip" } }, { "chmodx": "$GAMEDIR/drive_c/Games/Drawkanoid/Drawkanoid.exe" } ] }