Installer police-quest-in-pursuit-of-th-ms-dos

files:
- game: N/A:Select a file with the extension *.001
game:
  game_id: sci
  path: $GAMEDIR
installer:
- write_file:
    content: '#!/bin/bash

      src=$1

      dst=$2

      src_path=$(echo "$1" | sed -r "s/(.+)\/.+/\1/")

      cp -avr "$src_path/."  "$dst"'
    file: $CACHE/bulkcopy.sh
- chmodx: $CACHE/bulkcopy.sh
- execute:
    args: $game $GAMEDIR
    file: $CACHE/bulkcopy.sh
description: null
game_slug: police-quest-in-pursuit-of-the-death-angel
gogslug: police_quest_1_2_3_4
humblestoreid: ''
installer_slug: police-quest-in-pursuit-of-th-ms-dos
name: 'Police Quest: In Pursuit of the Death Angel'
notes: ''
runner: scummvm
script:
  files:
  - game: N/A:Select a file with the extension *.001
  game:
    game_id: sci
    path: $GAMEDIR
  installer:
  - write_file:
      content: '#!/bin/bash

        src=$1

        dst=$2

        src_path=$(echo "$1" | sed -r "s/(.+)\/.+/\1/")

        cp -avr "$src_path/."  "$dst"'
      file: $CACHE/bulkcopy.sh
  - chmodx: $CACHE/bulkcopy.sh
  - execute:
      args: $game $GAMEDIR
      file: $CACHE/bulkcopy.sh
slug: police-quest-in-pursuit-of-th-ms-dos
steamid: null
version: MS-DOS
year: 1987
{
  "game_slug": "police-quest-in-pursuit-of-the-death-angel",
  "version": "MS-DOS",
  "description": null,
  "notes": "",
  "name": "Police Quest: In Pursuit of the Death Angel",
  "year": 1987,
  "steamid": null,
  "gogslug": "police_quest_1_2_3_4",
  "humblestoreid": "",
  "runner": "scummvm",
  "slug": "police-quest-in-pursuit-of-th-ms-dos",
  "installer_slug": "police-quest-in-pursuit-of-th-ms-dos",
  "script": {
    "files": [
      {
        "game": "N/A:Select a file with the extension *.001"
      }
    ],
    "game": {
      "game_id": "sci",
      "path": "$GAMEDIR"
    },
    "installer": [
      {
        "write_file": {
          "content": "#!/bin/bash\nsrc=$1\ndst=$2\nsrc_path=$(echo \"$1\" | sed -r \"s/(.+)\\/.+/\\1/\")\ncp -avr \"$src_path/.\"  \"$dst\"",
          "file": "$CACHE/bulkcopy.sh"
        }
      },
      {
        "chmodx": "$CACHE/bulkcopy.sh"
      },
      {
        "execute": {
          "args": "$game $GAMEDIR",
          "file": "$CACHE/bulkcopy.sh"
        }
      }
    ]
  }
}
Back to game