Installer n-wine

files:
- download: http://www.harveycartel.org/nv2/Nv2-PC.zip
game:
  exe: Nv2-PC.exe
  prefix: $GAMEDIR
installer:
- task:
    name: create_prefix
    prefix: $GAMEDIR
- extract:
    dst: $GAMEDIR
    file: $download
description: ''
game_slug: n
gogslug: ''
humblestoreid: ''
installer_slug: n-wine
name: N
notes: ''
runner: wine
script:
  files:
  - download: http://www.harveycartel.org/nv2/Nv2-PC.zip
  game:
    exe: Nv2-PC.exe
    prefix: $GAMEDIR
  installer:
  - task:
      name: create_prefix
      prefix: $GAMEDIR
  - extract:
      dst: $GAMEDIR
      file: $download
slug: n-wine
steamid: 230270
version: Wine
year: 2004
{
  "game_slug": "n",
  "version": "Wine",
  "description": "",
  "notes": "",
  "name": "N",
  "year": 2004,
  "steamid": 230270,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "n-wine",
  "installer_slug": "n-wine",
  "script": {
    "files": [
      {
        "download": "http://www.harveycartel.org/nv2/Nv2-PC.zip"
      }
    ],
    "game": {
      "exe": "Nv2-PC.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "$download"
        }
      }
    ]
  }
}
Back to game