Installer which-game-jolt

files:
- file01: N/A:Select the file "Which.zip" downloaded from Game Jolt
game:
  exe: drive_c/Which/Which-Hi.exe
  prefix: $GAMEDIR
installer:
- task:
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- extract:
    dst: $GAMEDIR/drive_c/Which
    file: $file01
- task:
    name: winekill
    prefix: $GAMEDIR
description: Installer for Which created by Mike Inel
game_slug: which
gogslug: ''
humblestoreid: ''
installer_slug: which-game-jolt
name: Which
notes: ''
runner: wine
script:
  files:
  - file01: N/A:Select the file "Which.zip" downloaded from Game Jolt
  game:
    exe: drive_c/Which/Which-Hi.exe
    prefix: $GAMEDIR
  installer:
  - task:
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - extract:
      dst: $GAMEDIR/drive_c/Which
      file: $file01
  - task:
      name: winekill
      prefix: $GAMEDIR
slug: which-game-jolt
steamid: null
version: Game Jolt
year: 2010
{
  "game_slug": "which",
  "version": "Game Jolt",
  "description": "Installer for Which created by Mike Inel",
  "notes": "",
  "name": "Which",
  "year": 2010,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "which-game-jolt",
  "installer_slug": "which-game-jolt",
  "script": {
    "files": [
      {
        "file01": "N/A:Select the file \"Which.zip\" downloaded from Game Jolt"
      }
    ],
    "game": {
      "exe": "drive_c/Which/Which-Hi.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/Which",
          "file": "$file01"
        }
      },
      {
        "task": {
          "name": "winekill",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game