Installer 140-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.
exe: 140Linux.x86 exe64: 140Linux.x86_64 files: - game: N/A:Please select the .zip install file downloaded from humblebundle.com installer: - extract: file: game - chmodx: $GAMEDIR/140Linux.x86 - chmodx: $GAMEDIR/140Linux.x86_64
{ "exe": "140Linux.x86", "exe64": "140Linux.x86_64", "files": [ { "game": "N/A:Please select the .zip install file downloaded from humblebundle.com" } ], "installer": [ { "extract": { "file": "game" } }, { "chmodx": "$GAMEDIR/140Linux.x86" }, { "chmodx": "$GAMEDIR/140Linux.x86_64" } ] }