Installer flying-heroes-cd

game:
  exe: drive_c/Program Files (x86)/Take2/Flying Heroes/fh.exe
  prefix: $GAMEDIR
installer:
- insert-disc:
    requires: fh.exe
- task:
    executable: $DISC/setup.exe
    name: wineexec
    prefix: $GAMEDIR
description: null
game_slug: flying-heroes
gogslug: ''
humblestoreid: ''
installer_slug: flying-heroes-cd
name: Flying Heroes
notes: "OBS: Set a low screen resolution on startup. Eg. \t1024 x 768 (tested working\
  \ nicely)\r\nFor some reason 1920X1080 stutter/ start minimized."
runner: wine
script:
  game:
    exe: drive_c/Program Files (x86)/Take2/Flying Heroes/fh.exe
    prefix: $GAMEDIR
  installer:
  - insert-disc:
      requires: fh.exe
  - task:
      executable: $DISC/setup.exe
      name: wineexec
      prefix: $GAMEDIR
slug: flying-heroes-cd
steamid: null
version: CD
year: 2000
{
  "game_slug": "flying-heroes",
  "version": "CD",
  "description": null,
  "notes": "OBS: Set a low screen resolution on startup. Eg. \t1024 x 768 (tested working nicely)\r\nFor some reason 1920X1080 stutter/ start minimized.",
  "name": "Flying Heroes",
  "year": 2000,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "flying-heroes-cd",
  "installer_slug": "flying-heroes-cd",
  "script": {
    "game": {
      "exe": "drive_c/Program Files (x86)/Take2/Flying Heroes/fh.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "insert-disc": {
          "requires": "fh.exe"
        }
      },
      {
        "task": {
          "executable": "$DISC/setup.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game