Installer ralibretro-1

files:
- setup: https://retroachievements.org/bin/RALibretro-x64.zip
game:
  exe: drive_c/RALibretro-x64/RALibretro-x64.exe
  prefix: $GAMEDIR
installer:
- task:
    name: create_prefix
    prefix: $GAMEDIR
- extract:
    dst: drive_c/RALibretro-x64
    file: setup
- task:
    executable: drive_c/RALibretro-x64/RALibretro-x64.exe
    name: wineexec
description: This is essentially just downloading and running an exe in Wine, but
  I thought it would make life a bit easier to have this installer made for others.
  Enjoy!
game_slug: ralibretro
gogslug: ''
humblestoreid: ''
installer_slug: ralibretro-1
name: RALibretro
notes: ''
runner: wine
script:
  files:
  - setup: https://retroachievements.org/bin/RALibretro-x64.zip
  game:
    exe: drive_c/RALibretro-x64/RALibretro-x64.exe
    prefix: $GAMEDIR
  installer:
  - task:
      name: create_prefix
      prefix: $GAMEDIR
  - extract:
      dst: drive_c/RALibretro-x64
      file: setup
  - task:
      executable: drive_c/RALibretro-x64/RALibretro-x64.exe
      name: wineexec
slug: ralibretro-1
steamid: null
version: '1'
year: 2019
{
  "game_slug": "ralibretro",
  "version": "1",
  "description": "This is essentially just downloading and running an exe in Wine, but I thought it would make life a bit easier to have this installer made for others. Enjoy!",
  "notes": "",
  "name": "RALibretro",
  "year": 2019,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "ralibretro-1",
  "installer_slug": "ralibretro-1",
  "script": {
    "files": [
      {
        "setup": "https://retroachievements.org/bin/RALibretro-x64.zip"
      }
    ],
    "game": {
      "exe": "drive_c/RALibretro-x64/RALibretro-x64.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "drive_c/RALibretro-x64",
          "file": "setup"
        }
      },
      {
        "task": {
          "executable": "drive_c/RALibretro-x64/RALibretro-x64.exe",
          "name": "wineexec"
        }
      }
    ]
  }
}
Back to game