Installer to-the-moon-humble-2
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: SigCorp.x86 exe64: SigCorp.amd64 files: - file1: N/A:Please select the Humble Minisode 2 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": "SigCorp.x86", "exe64": "SigCorp.amd64", "files": [ { "file1": "N/A:Please select the Humble Minisode 2 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" } } ] }