Installer kindle-create-release

files:
- installer: https://s3.amazonaws.com/kindlecreate/KindleCreateInstaller.exe
game:
  arch: win64
  exe: $GAMEDIR/drive_c/Program Files (x86)/Amazon/Kindle/Kindle.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating Wine Prefix...
    name: create_prefix
    prefix: $GAMEDIR
- task:
    arch: win64
    description: Installing Kindle...
    executable: installer
    name: wineexec
    prefix: $GAMEDIR
description: null
game_slug: kindle-create
gogslug: ''
humblestoreid: ''
installer_slug: kindle-create-release
name: Kindle Create
notes: ''
runner: wine
script:
  files:
  - installer: https://s3.amazonaws.com/kindlecreate/KindleCreateInstaller.exe
  game:
    arch: win64
    exe: $GAMEDIR/drive_c/Program Files (x86)/Amazon/Kindle/Kindle.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Creating Wine Prefix...
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      arch: win64
      description: Installing Kindle...
      executable: installer
      name: wineexec
      prefix: $GAMEDIR
slug: kindle-create-release
steamid: null
version: release
year: null
{
  "game_slug": "kindle-create",
  "version": "release",
  "description": null,
  "notes": "",
  "name": "Kindle Create",
  "year": null,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "kindle-create-release",
  "installer_slug": "kindle-create-release",
  "script": {
    "files": [
      {
        "installer": "https://s3.amazonaws.com/kindlecreate/KindleCreateInstaller.exe"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "$GAMEDIR/drive_c/Program Files (x86)/Amazon/Kindle/Kindle.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating Wine Prefix...",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win64",
          "description": "Installing Kindle...",
          "executable": "installer",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game