Installer a-test-1-test

game:
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating 64bit Wine prefix.
    name: create_prefix
    prefix: $GAMEDIR
description: ''
game_slug: test
gogslug: ''
humblestoreid: ''
installer_slug: a-test-1-test
name: A test
notes: ''
runner: wine
script:
  game:
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Creating 64bit Wine prefix.
      name: create_prefix
      prefix: $GAMEDIR
slug: a-test-1-test
steamid: null
version: '#1 Test'
year: null
{
  "game_slug": "test",
  "version": "#1 Test",
  "description": "",
  "notes": "",
  "name": "A test",
  "year": null,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "a-test-1-test",
  "installer_slug": "a-test-1-test",
  "script": {
    "game": {
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating 64bit Wine prefix.",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game