Installer opendungeons-071

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: opendungeons.x86_64
files:
- game: https://lutris.net/files/games/opendungeons/OpenDungeons-0.7.1-Linux64.tar.gz
- pcre: https://lutris.net/files/lib64/libpcre.so.1.gz
installer:
- extract:
    file: game
- extract:
    dst: $GAMEDIR/lib
    file: pcre
{
  "exe": "opendungeons.x86_64",
  "files": [
    {
      "game": "https://lutris.net/files/games/opendungeons/OpenDungeons-0.7.1-Linux64.tar.gz"
    },
    {
      "pcre": "https://lutris.net/files/lib64/libpcre.so.1.gz"
    }
  ],
  "installer": [
    {
      "extract": {
        "file": "game"
      }
    },
    {
      "extract": {
        "dst": "$GAMEDIR/lib",
        "file": "pcre"
      }
    }
  ]
}
Back to game