Installer eragon-demo

files:
- setupexe: 'N/A: Select eragon_demo_XX.exe'
game:
  arch: win32
  exe: $GAMEDIR/drive_c/Program Files (x86)/Sierra/ERAGON-Demo/EragonDemo.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win32
    name: create_prefix
    prefix: $GAMEDIR
- task:
    description: Installing ERAGON Demo
    executable: $setupexe
    name: wineexec
    prefix: $GAMEDIR
description: ''
game_slug: eragon
gogslug: ''
humblestoreid: ''
installer_slug: eragon-demo
name: Eragon
notes: Everything except for sound seemed to work out of the box, installing the d3dx9
  and dsound packages fixed it. This should also work for the main game, if the same
  issue exists there.
runner: wine
script:
  files:
  - setupexe: 'N/A: Select eragon_demo_XX.exe'
  game:
    arch: win32
    exe: $GAMEDIR/drive_c/Program Files (x86)/Sierra/ERAGON-Demo/EragonDemo.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win32
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      description: Installing ERAGON Demo
      executable: $setupexe
      name: wineexec
      prefix: $GAMEDIR
slug: eragon-demo
steamid: null
version: Demo
year: 2006
{
  "game_slug": "eragon",
  "version": "Demo",
  "description": "",
  "notes": "Everything except for sound seemed to work out of the box, installing the d3dx9 and dsound packages fixed it. This should also work for the main game, if the same issue exists there.",
  "name": "Eragon",
  "year": 2006,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "eragon-demo",
  "installer_slug": "eragon-demo",
  "script": {
    "files": [
      {
        "setupexe": "N/A: Select eragon_demo_XX.exe"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "$GAMEDIR/drive_c/Program Files (x86)/Sierra/ERAGON-Demo/EragonDemo.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win32",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Installing ERAGON Demo",
          "executable": "$setupexe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game