Installer euphoria-mangagamer

files:
- file1: N/A:Please select the first downloaded MangaGamer archive (.zip or .rar file)
- file2: N/A:Please select the second downloaded MangaGamer archive (.zip or .rar
    file)
game:
  arch: win32
  exe: $GAMEDIR/euphoria.exe
  prefix: $GAMEDIR/Prefix/
installer:
- extract:
    dst: $CACHE/
    file: $file1
- extract:
    dst: $CACHE/
    file: $file2
- task:
    description: running installer
    executable: $CACHE/euphoria.part1.exe
    name: wineexec
- merge:
    dst: $GAMEDIR/
    src: $CACHE/euphoria
- task:
    name: winekill
    prefix: $GAMEDIR
description: ''
game_slug: euphoria
gogslug: ''
humblestoreid: ''
installer_slug: euphoria-mangagamer
name: Euphoria
notes: ''
runner: wine
script:
  files:
  - file1: N/A:Please select the first downloaded MangaGamer archive (.zip or .rar
      file)
  - file2: N/A:Please select the second downloaded MangaGamer archive (.zip or .rar
      file)
  game:
    arch: win32
    exe: $GAMEDIR/euphoria.exe
    prefix: $GAMEDIR/Prefix/
  installer:
  - extract:
      dst: $CACHE/
      file: $file1
  - extract:
      dst: $CACHE/
      file: $file2
  - task:
      description: running installer
      executable: $CACHE/euphoria.part1.exe
      name: wineexec
  - merge:
      dst: $GAMEDIR/
      src: $CACHE/euphoria
  - task:
      name: winekill
      prefix: $GAMEDIR
slug: euphoria-mangagamer
steamid: null
version: MangaGamer
year: 2011
{
  "game_slug": "euphoria",
  "version": "MangaGamer",
  "description": "",
  "notes": "",
  "name": "Euphoria",
  "year": 2011,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "euphoria-mangagamer",
  "installer_slug": "euphoria-mangagamer",
  "script": {
    "files": [
      {
        "file1": "N/A:Please select the first downloaded MangaGamer archive (.zip or .rar file)"
      },
      {
        "file2": "N/A:Please select the second downloaded MangaGamer archive (.zip or .rar file)"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "$GAMEDIR/euphoria.exe",
      "prefix": "$GAMEDIR/Prefix/"
    },
    "installer": [
      {
        "extract": {
          "dst": "$CACHE/",
          "file": "$file1"
        }
      },
      {
        "extract": {
          "dst": "$CACHE/",
          "file": "$file2"
        }
      },
      {
        "task": {
          "description": "running installer",
          "executable": "$CACHE/euphoria.part1.exe",
          "name": "wineexec"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/",
          "src": "$CACHE/euphoria"
        }
      },
      {
        "task": {
          "name": "winekill",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game