Installer generally-win32

files:
- file1:
    filename: game.zip
    url: http://gene-rally.com/download/latest/
game:
  arch: win32
  exe: game-data/GeneRally.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win32
    name: create_prefix
    prefix: $GAMEDIR
- extract:
    dst: $GAMEDIR/game-data/
    src: file1
description: null
game_slug: generally
gogslug: ''
humblestoreid: ''
installer_slug: generally-win32
name: GeneRally
notes: ''
runner: wine
script:
  files:
  - file1:
      filename: game.zip
      url: http://gene-rally.com/download/latest/
  game:
    arch: win32
    exe: game-data/GeneRally.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win32
      name: create_prefix
      prefix: $GAMEDIR
  - extract:
      dst: $GAMEDIR/game-data/
      src: file1
slug: generally-win32
steamid: null
version: win32
year: 2002
{
  "game_slug": "generally",
  "version": "win32",
  "description": null,
  "notes": "",
  "name": "GeneRally",
  "year": 2002,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "generally-win32",
  "installer_slug": "generally-win32",
  "script": {
    "files": [
      {
        "file1": {
          "filename": "game.zip",
          "url": "http://gene-rally.com/download/latest/"
        }
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "game-data/GeneRally.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win32",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/game-data/",
          "src": "file1"
        }
      }
    ]
  }
}
Back to game