Installer living-books-the-tortoise-and-cd

files:
- game: N/A:Please select 'tortoise.exe' from the game disc/directory
game:
  game_id: tortoise
  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
scummvm:
  aspect: true
  fullscreen: true
  subtitles: true
description: ''
game_slug: living-books-the-tortoise-and-the-hare
gogslug: ''
humblestoreid: ''
installer_slug: living-books-the-tortoise-and-cd
name: Living Books - The Tortoise And The Hare
notes: ''
runner: scummvm
script:
  files:
  - game: N/A:Please select 'tortoise.exe' from the game disc/directory
  game:
    game_id: tortoise
    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
  scummvm:
    aspect: true
    fullscreen: true
    subtitles: true
slug: living-books-the-tortoise-and-cd
steamid: null
version: CD
year: null
{
  "game_slug": "living-books-the-tortoise-and-the-hare",
  "version": "CD",
  "description": "",
  "notes": "",
  "name": "Living Books - The Tortoise And The Hare",
  "year": null,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "scummvm",
  "slug": "living-books-the-tortoise-and-cd",
  "installer_slug": "living-books-the-tortoise-and-cd",
  "script": {
    "files": [
      {
        "game": "N/A:Please select 'tortoise.exe' from the game disc/directory"
      }
    ],
    "game": {
      "game_id": "tortoise",
      "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"
        }
      }
    ],
    "scummvm": {
      "aspect": true,
      "fullscreen": true,
      "subtitles": true
    }
  }
}
Back to game