Installer friday-night-funkin-itchio-linux
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: - zipfile: N/A:Please select the Itch.io zip file game: exe: Funkin installer: - extract: dst: $CACHE file: zipfile format: zip - merge: dst: $GAMEDIR src: $CACHE
{ "files": [ { "zipfile": "N/A:Please select the Itch.io zip file" } ], "game": { "exe": "Funkin" }, "installer": [ { "extract": { "dst": "$CACHE", "file": "zipfile", "format": "zip" } }, { "merge": { "dst": "$GAMEDIR", "src": "$CACHE" } } ] }