Installer accidental-woman-1281

files:
- latestpublic:
    filename: AW_v1-28-1_[public].zip
    referer: https://www.thaumx.com/latest-public
    url: https://mega.nz/file/idIVGY6L#P7INfJGLA1mDXnhwAyUp_4uMfwnkvCeuP8CxCLxnTtE
- nwjs:
    filename: nwjs-v0.91.0-linux-x64.tar.gz
    referer: https://nwjs.io/
    url: https://dl.nwjs.io/v0.91.0/nwjs-v0.91.0-linux-x64.tar.gz
- nwconfig:
    filename: package.json
    url: https://gist.github.com/retsuyama/964cbf0f86427b0bde1f6f81abc2b63f/raw/34cf741947559ea5dd41dabc17cdcdbda8194dd5/package.json
game:
  exe: $GAMEDIR/nw
  working_dir: $GAMEDIR
installer:
- extract:
    description: Installing Latest Public Release...
    dst: $GAMEDIR
    env: null
    file: latestpublic
    format: zip
- extract:
    description: Installing NW.js...
    dst: $GAMEDIR
    env: null
    file: nwjs
    format: tgz
- chmodx: $GAMEDIR/nw
- move:
    description: Configuring NW.js to run AW...
    dst: $GAMEDIR/package.json
    env: null
    src: nwconfig
system:
  env: null
description: Latest Public Release by ThaumX. Also installing and configuring it as
  portable nwjs apps.
game_slug: accidental-woman
gogslug: ''
humblestoreid: ''
installer_slug: accidental-woman-1281
name: Accidental Woman
notes: Tested only on Arch but as long as other distro support latest LTS chromium.
  Those distro can run NWjs without trouble supposedly
runner: linux
script:
  files:
  - latestpublic:
      filename: AW_v1-28-1_[public].zip
      referer: https://www.thaumx.com/latest-public
      url: https://mega.nz/file/idIVGY6L#P7INfJGLA1mDXnhwAyUp_4uMfwnkvCeuP8CxCLxnTtE
  - nwjs:
      filename: nwjs-v0.91.0-linux-x64.tar.gz
      referer: https://nwjs.io/
      url: https://dl.nwjs.io/v0.91.0/nwjs-v0.91.0-linux-x64.tar.gz
  - nwconfig:
      filename: package.json
      url: https://gist.github.com/retsuyama/964cbf0f86427b0bde1f6f81abc2b63f/raw/34cf741947559ea5dd41dabc17cdcdbda8194dd5/package.json
  game:
    exe: $GAMEDIR/nw
    working_dir: $GAMEDIR
  installer:
  - extract:
      description: Installing Latest Public Release...
      dst: $GAMEDIR
      env: null
      file: latestpublic
      format: zip
  - extract:
      description: Installing NW.js...
      dst: $GAMEDIR
      env: null
      file: nwjs
      format: tgz
  - chmodx: $GAMEDIR/nw
  - move:
      description: Configuring NW.js to run AW...
      dst: $GAMEDIR/package.json
      env: null
      src: nwconfig
  system:
    env: null
slug: accidental-woman-1281
steamid: null
version: 1.28.1
year: 2018
{
  "game_slug": "accidental-woman",
  "version": "1.28.1",
  "description": "Latest Public Release by ThaumX. Also installing and configuring it as portable nwjs apps.",
  "notes": "Tested only on Arch but as long as other distro support latest LTS chromium. Those distro can run NWjs without trouble supposedly",
  "name": "Accidental Woman",
  "year": 2018,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "accidental-woman-1281",
  "installer_slug": "accidental-woman-1281",
  "script": {
    "files": [
      {
        "latestpublic": {
          "filename": "AW_v1-28-1_[public].zip",
          "referer": "https://www.thaumx.com/latest-public",
          "url": "https://mega.nz/file/idIVGY6L#P7INfJGLA1mDXnhwAyUp_4uMfwnkvCeuP8CxCLxnTtE"
        }
      },
      {
        "nwjs": {
          "filename": "nwjs-v0.91.0-linux-x64.tar.gz",
          "referer": "https://nwjs.io/",
          "url": "https://dl.nwjs.io/v0.91.0/nwjs-v0.91.0-linux-x64.tar.gz"
        }
      },
      {
        "nwconfig": {
          "filename": "package.json",
          "url": "https://gist.github.com/retsuyama/964cbf0f86427b0bde1f6f81abc2b63f/raw/34cf741947559ea5dd41dabc17cdcdbda8194dd5/package.json"
        }
      }
    ],
    "game": {
      "exe": "$GAMEDIR/nw",
      "working_dir": "$GAMEDIR"
    },
    "installer": [
      {
        "extract": {
          "description": "Installing Latest Public Release...",
          "dst": "$GAMEDIR",
          "env": null,
          "file": "latestpublic",
          "format": "zip"
        }
      },
      {
        "extract": {
          "description": "Installing NW.js...",
          "dst": "$GAMEDIR",
          "env": null,
          "file": "nwjs",
          "format": "tgz"
        }
      },
      {
        "chmodx": "$GAMEDIR/nw"
      },
      {
        "move": {
          "description": "Configuring NW.js to run AW...",
          "dst": "$GAMEDIR/package.json",
          "env": null,
          "src": "nwconfig"
        }
      }
    ],
    "system": {
      "env": null
    }
  }
}
Back to game