Installer 2048-phibonacci
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: - lovefile: https://github.com/AlexanDDOS/Phibonacci/releases/download/v0.1/phibonacci.love game: args: $GAMEDIR/phibonacci.love exe: love installer: - move: dst: $GAMEDIR/phibonacci.love src: $lovefile requires: love2d
{ "files": [ { "lovefile": "https://github.com/AlexanDDOS/Phibonacci/releases/download/v0.1/phibonacci.love" } ], "game": { "args": "$GAMEDIR/phibonacci.love", "exe": "love" }, "installer": [ { "move": { "dst": "$GAMEDIR/phibonacci.love", "src": "$lovefile" } } ], "requires": "love2d" }