Installer forscan-windows

files:
- forscan: https://forscan.org/download/FORScanSetup2.3.41.beta.exe
game:
  arch: win32
  exe: drive_c/Program Files/FORScan/FORScan.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win32
    description: Creating Wine 32-bit Prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    arch: win32
    description: Installing the forscan
    executable: forscan
    name: wineexec
    prefix: $GAMEDIR
- task:
    name: winekill
    prefix: $GAMEDIR
description: ''
game_slug: forscan
gogslug: ''
humblestoreid: ''
installer_slug: forscan-windows
name: FORScan
notes: ''
runner: wine
script:
  files:
  - forscan: https://forscan.org/download/FORScanSetup2.3.41.beta.exe
  game:
    arch: win32
    exe: drive_c/Program Files/FORScan/FORScan.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win32
      description: Creating Wine 32-bit Prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      arch: win32
      description: Installing the forscan
      executable: forscan
      name: wineexec
      prefix: $GAMEDIR
  - task:
      name: winekill
      prefix: $GAMEDIR
slug: forscan-windows
steamid: null
version: Windows
year: 2011
{
  "game_slug": "forscan",
  "version": "Windows",
  "description": "",
  "notes": "",
  "name": "FORScan",
  "year": 2011,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "forscan-windows",
  "installer_slug": "forscan-windows",
  "script": {
    "files": [
      {
        "forscan": "https://forscan.org/download/FORScanSetup2.3.41.beta.exe"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "drive_c/Program Files/FORScan/FORScan.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win32",
          "description": "Creating Wine 32-bit Prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win32",
          "description": "Installing the forscan",
          "executable": "forscan",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "name": "winekill",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game