Installer am2r-return-of-samus-autopatcher

files:
- autopatcher: https://github.com/Lojemiru/AM2R-Autopatcher-Linux/archive/master.zip
- am2r: 'N/A: Select AM2R_11.zip'
game:
  exe: $GAMEDIR/AM2R
installer:
- extract:
    dst: .
    src: autopatcher
- move:
    dst: .
    src: am2r
- execute:
    command: python3 patcher.py && mv ./am2r_*/* $GAMEDIR && rm -r ./README.md ./am2r_*
      ./utilities ./patcher.py ./patch_data ./AM2R_11.zip && chmod +x $GAMEDIR/AM2R
    terminal: true
require-binaries: xdelta
description: null
game_slug: am2r-return-of-samus
gogslug: ''
humblestoreid: ''
installer_slug: am2r-return-of-samus-autopatcher
name: 'AM2R: Return of Samus'
notes: requires xdelta and AM2R_11.zip for install
runner: linux
script:
  files:
  - autopatcher: https://github.com/Lojemiru/AM2R-Autopatcher-Linux/archive/master.zip
  - am2r: 'N/A: Select AM2R_11.zip'
  game:
    exe: $GAMEDIR/AM2R
  installer:
  - extract:
      dst: .
      src: autopatcher
  - move:
      dst: .
      src: am2r
  - execute:
      command: python3 patcher.py && mv ./am2r_*/* $GAMEDIR && rm -r ./README.md ./am2r_*
        ./utilities ./patcher.py ./patch_data ./AM2R_11.zip && chmod +x $GAMEDIR/AM2R
      terminal: true
  require-binaries: xdelta
slug: am2r-return-of-samus-autopatcher
steamid: null
version: Autopatcher
year: 2016
{
  "game_slug": "am2r-return-of-samus",
  "version": "Autopatcher",
  "description": null,
  "notes": "requires xdelta and AM2R_11.zip for install",
  "name": "AM2R: Return of Samus",
  "year": 2016,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "am2r-return-of-samus-autopatcher",
  "installer_slug": "am2r-return-of-samus-autopatcher",
  "script": {
    "files": [
      {
        "autopatcher": "https://github.com/Lojemiru/AM2R-Autopatcher-Linux/archive/master.zip"
      },
      {
        "am2r": "N/A: Select AM2R_11.zip"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/AM2R"
    },
    "installer": [
      {
        "extract": {
          "dst": ".",
          "src": "autopatcher"
        }
      },
      {
        "move": {
          "dst": ".",
          "src": "am2r"
        }
      },
      {
        "execute": {
          "command": "python3 patcher.py && mv ./am2r_*/* $GAMEDIR && rm -r ./README.md ./am2r_* ./utilities ./patcher.py ./patch_data ./AM2R_11.zip && chmod +x $GAMEDIR/AM2R",
          "terminal": true
        }
      }
    ],
    "require-binaries": "xdelta"
  }
}
Back to game