Installer a-bird-story-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.
exe: ABirdStory.x86 exe64: ABirdStory.amd64 files: - file1: N/A:Please select the Groupees archive installer: - extract: dst: $CACHE file: $file1 - extract: dst: $CACHE file: $CACHE/ABirdStory-2014-11-06-linux/ABirdStory-2014-11-06.sh format: zip - merge: dst: $GAMEDIR src: $CACHE/data/noarch - merge: dst: $GAMEDIR src: $CACHE/data/x86 - merge: dst: $GAMEDIR src: $CACHE/data/x86_64
{ "exe": "ABirdStory.x86", "exe64": "ABirdStory.amd64", "files": [ { "file1": "N/A:Please select the Groupees archive" } ], "installer": [ { "extract": { "dst": "$CACHE", "file": "$file1" } }, { "extract": { "dst": "$CACHE", "file": "$CACHE/ABirdStory-2014-11-06-linux/ABirdStory-2014-11-06.sh", "format": "zip" } }, { "merge": { "dst": "$GAMEDIR", "src": "$CACHE/data/noarch" } }, { "merge": { "dst": "$GAMEDIR", "src": "$CACHE/data/x86" } }, { "merge": { "dst": "$GAMEDIR", "src": "$CACHE/data/x86_64" } } ] }