Installer memoranda-indiegala

files:
- zip: N/A:Please select memoranda_lin.zip
game:
  exe: $GAMEDIR/runner
installer:
- execute:
    command: 7z rn $zip $(7z l $zip | grep '\\' | awk '{ print $6, gensub(/\\/, "/",
      "g", $6); }' | paste -s)
- extract:
    dst: $GAMEDIR
    file: zip
- chmodx: $GAMEDIR/runner
description: null
game_slug: memoranda
gogslug: memoranda
humblestoreid: ''
installer_slug: memoranda-indiegala
name: Memoranda
notes: ''
runner: linux
script:
  files:
  - zip: N/A:Please select memoranda_lin.zip
  game:
    exe: $GAMEDIR/runner
  installer:
  - execute:
      command: 7z rn $zip $(7z l $zip | grep '\\' | awk '{ print $6, gensub(/\\/,
        "/", "g", $6); }' | paste -s)
  - extract:
      dst: $GAMEDIR
      file: zip
  - chmodx: $GAMEDIR/runner
slug: memoranda-indiegala
steamid: 430410
version: IndieGala
year: 2017
{
  "game_slug": "memoranda",
  "version": "IndieGala",
  "description": null,
  "notes": "",
  "name": "Memoranda",
  "year": 2017,
  "steamid": 430410,
  "gogslug": "memoranda",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "memoranda-indiegala",
  "installer_slug": "memoranda-indiegala",
  "script": {
    "files": [
      {
        "zip": "N/A:Please select memoranda_lin.zip"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/runner"
    },
    "installer": [
      {
        "execute": {
          "command": "7z rn $zip $(7z l $zip | grep '\\\\' | awk '{ print $6, gensub(/\\\\/, \"/\", \"g\", $6); }' | paste -s)"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "zip"
        }
      },
      {
        "chmodx": "$GAMEDIR/runner"
      }
    ]
  }
}
Back to game