Installer a-game-with-a-kitty-windows
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: - fileGameZip: http://www.origamihero.com/files/kitty.zip game: exe: $GAMEDIR/kitty.exe prefix: $GAMEDIR installer: - task: arch: win64 name: create_prefix prefix: $GAMEDIR - extract: dst: $GAMEDIR file: $fileGameZip - chmodx: $GAMEDIR/kitty.exe
{ "files": [ { "fileGameZip": "http://www.origamihero.com/files/kitty.zip" } ], "game": { "exe": "$GAMEDIR/kitty.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win64", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "extract": { "dst": "$GAMEDIR", "file": "$fileGameZip" } }, { "chmodx": "$GAMEDIR/kitty.exe" } ] }