Installer flare-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.

exe: flare.sh
files:
- game: https://sourceforge.net/projects/flare-game/files/Linux/flare-linux64-v1.12.tar.gz/download
installer:
- extract:
    dst: $GAMEDIR/
    format: tgz
    src: $game
{
  "exe": "flare.sh",
  "files": [
    {
      "game": "https://sourceforge.net/projects/flare-game/files/Linux/flare-linux64-v1.12.tar.gz/download"
    }
  ],
  "installer": [
    {
      "extract": {
        "dst": "$GAMEDIR/",
        "format": "tgz",
        "src": "$game"
      }
    }
  ]
}
Back to game