Installer big-fish-games-app-universal

files:
- setup: http://cdn-games.bigfishsites.com/gm_32/gm_installers/currentInstallers/Windows/bfginstaller32_s1_l1.exe
game:
  arch: win32
  exe: drive_c/Program Files/bfgclient/bfgclient.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win32
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: win7
    arch: win32
    description: Setting Windows version to Windows 7
    name: winetricks
    prefix: $GAMEDIR
- task:
    arch: win32
    description: Installing BFG client
    executable: $setup
    name: wineexec
    prefix: $GAMEDIR
description: null
game_slug: big-fish-games-app
gogslug: ''
humblestoreid: ''
installer_slug: big-fish-games-app-universal
name: Big Fish Games App
notes: ''
runner: wine
script:
  files:
  - setup: http://cdn-games.bigfishsites.com/gm_32/gm_installers/currentInstallers/Windows/bfginstaller32_s1_l1.exe
  game:
    arch: win32
    exe: drive_c/Program Files/bfgclient/bfgclient.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win32
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: win7
      arch: win32
      description: Setting Windows version to Windows 7
      name: winetricks
      prefix: $GAMEDIR
  - task:
      arch: win32
      description: Installing BFG client
      executable: $setup
      name: wineexec
      prefix: $GAMEDIR
slug: big-fish-games-app-universal
steamid: null
version: Universal
year: null
{
  "game_slug": "big-fish-games-app",
  "version": "Universal",
  "description": null,
  "notes": "",
  "name": "Big Fish Games App",
  "year": null,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "big-fish-games-app-universal",
  "installer_slug": "big-fish-games-app-universal",
  "script": {
    "files": [
      {
        "setup": "http://cdn-games.bigfishsites.com/gm_32/gm_installers/currentInstallers/Windows/bfginstaller32_s1_l1.exe"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "drive_c/Program Files/bfgclient/bfgclient.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win32",
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "win7",
          "arch": "win32",
          "description": "Setting Windows version to Windows 7",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win32",
          "description": "Installing BFG client",
          "executable": "$setup",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game