Installer hollow-knight-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.
files: - file1: N/A:Select the game's setup file game: appid: 367520 exe: $GAMEDIR/hollow_knight.x86_64 installer: - extract: file: $file1 format: zip - chmodx: $GAMEDIR/hollow_knight.x86_64
{ "files": [ { "file1": "N/A:Select the game's setup file" } ], "game": { "appid": 367520, "exe": "$GAMEDIR/hollow_knight.x86_64" }, "installer": [ { "extract": { "file": "$file1", "format": "zip" } }, { "chmodx": "$GAMEDIR/hollow_knight.x86_64" } ] }