Installer to-the-moon-humble
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: ToTheMoon.bin.x86 exe64: ToTheMoon.bin.x86_64 files: - file1: N/A:Please select the Humble installer installer: - extract: dst: $CACHE file: $file1 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": "ToTheMoon.bin.x86", "exe64": "ToTheMoon.bin.x86_64", "files": [ { "file1": "N/A:Please select the Humble installer" } ], "installer": [ { "extract": { "dst": "$CACHE", "file": "$file1", "format": "zip" } }, { "merge": { "dst": "$GAMEDIR", "src": "$CACHE/data/noarch" } }, { "merge": { "dst": "$GAMEDIR", "src": "$CACHE/data/x86" } }, { "merge": { "dst": "$GAMEDIR", "src": "$CACHE/data/x86_64" } } ] }