Installer see-no-evil-2013-demo

files:
- fileGameZip: https://townseed.ca/bigfingers/SNE/SNE_DEMO.zip
game:
  exe: $GAMEDIR/SNE/See_No_Evil_DEMO.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win32
    name: create_prefix
    prefix: $GAMEDIR
- extract:
    dst: $GAMEDIR/SNE
    file: $fileGameZip
- chmodx: $GAMEDIR/SNE/See_No_Evil_DEMO.exe
description: Downloads the latest demo version from https://townseed.ca.
game_slug: see-no-evil-2013
gogslug: ''
humblestoreid: ''
installer_slug: see-no-evil-2013-demo
name: See No Evil (2013)
notes: ''
runner: wine
script:
  files:
  - fileGameZip: https://townseed.ca/bigfingers/SNE/SNE_DEMO.zip
  game:
    exe: $GAMEDIR/SNE/See_No_Evil_DEMO.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win32
      name: create_prefix
      prefix: $GAMEDIR
  - extract:
      dst: $GAMEDIR/SNE
      file: $fileGameZip
  - chmodx: $GAMEDIR/SNE/See_No_Evil_DEMO.exe
slug: see-no-evil-2013-demo
steamid: null
version: Demo
year: 2013
{
  "game_slug": "see-no-evil-2013",
  "version": "Demo",
  "description": "Downloads the latest demo version from https://townseed.ca.",
  "notes": "",
  "name": "See No Evil (2013)",
  "year": 2013,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "see-no-evil-2013-demo",
  "installer_slug": "see-no-evil-2013-demo",
  "script": {
    "files": [
      {
        "fileGameZip": "https://townseed.ca/bigfingers/SNE/SNE_DEMO.zip"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/SNE/See_No_Evil_DEMO.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win32",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/SNE",
          "file": "$fileGameZip"
        }
      },
      {
        "chmodx": "$GAMEDIR/SNE/See_No_Evil_DEMO.exe"
      }
    ]
  }
}
Back to game