Installer leisure-suit-larry-love-for-s-windows-gog-v2

files:
- game: N/A:Select GOG installer.
- inno: https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz
game:
  game_id: sci
  path: $GAMEDIR
installer:
- extract:
    dst: $CACHE
    file: $inno
- execute:
    args: -I app -d "$CACHE" "$game"
    file: $CACHE/innoextract
- write_file:
    content: '#!/bin/bash

      src=$1

      dst=$2

      cp -avr "$src"  "$dst"'
    file: $CACHE/bulkcopy.sh
- chmodx: $CACHE/bulkcopy.sh
- execute:
    args: $CACHE/app/. $GAMEDIR
    file: $CACHE/bulkcopy.sh
scummvm:
  fullscreen: true
description: null
game_slug: leisure-suit-larry-love-for-sail
gogslug: leisure_suit_larry_love_for_sail
humblestoreid: ''
installer_slug: leisure-suit-larry-love-for-s-windows-gog-v2
name: 'Leisure Suit Larry: Love for Sail!'
notes: ''
runner: scummvm
script:
  files:
  - game: N/A:Select GOG installer.
  - inno: https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz
  game:
    game_id: sci
    path: $GAMEDIR
  installer:
  - extract:
      dst: $CACHE
      file: $inno
  - execute:
      args: -I app -d "$CACHE" "$game"
      file: $CACHE/innoextract
  - write_file:
      content: '#!/bin/bash

        src=$1

        dst=$2

        cp -avr "$src"  "$dst"'
      file: $CACHE/bulkcopy.sh
  - chmodx: $CACHE/bulkcopy.sh
  - execute:
      args: $CACHE/app/. $GAMEDIR
      file: $CACHE/bulkcopy.sh
  scummvm:
    fullscreen: true
slug: leisure-suit-larry-love-for-s-windows-gog-v2
steamid: 765890
version: Windows GOG v2
year: 1996
{
  "game_slug": "leisure-suit-larry-love-for-sail",
  "version": "Windows GOG v2",
  "description": null,
  "notes": "",
  "name": "Leisure Suit Larry: Love for Sail!",
  "year": 1996,
  "steamid": 765890,
  "gogslug": "leisure_suit_larry_love_for_sail",
  "humblestoreid": "",
  "runner": "scummvm",
  "slug": "leisure-suit-larry-love-for-s-windows-gog-v2",
  "installer_slug": "leisure-suit-larry-love-for-s-windows-gog-v2",
  "script": {
    "files": [
      {
        "game": "N/A:Select GOG installer."
      },
      {
        "inno": "https://lutris.nyc3.digitaloceanspaces.com/tools/innoextract/innoextract-1.8-dev-2019-01-13-linux.tar.xz"
      }
    ],
    "game": {
      "game_id": "sci",
      "path": "$GAMEDIR"
    },
    "installer": [
      {
        "extract": {
          "dst": "$CACHE",
          "file": "$inno"
        }
      },
      {
        "execute": {
          "args": "-I app -d \"$CACHE\" \"$game\"",
          "file": "$CACHE/innoextract"
        }
      },
      {
        "write_file": {
          "content": "#!/bin/bash\nsrc=$1\ndst=$2\ncp -avr \"$src\"  \"$dst\"",
          "file": "$CACHE/bulkcopy.sh"
        }
      },
      {
        "chmodx": "$CACHE/bulkcopy.sh"
      },
      {
        "execute": {
          "args": "$CACHE/app/. $GAMEDIR",
          "file": "$CACHE/bulkcopy.sh"
        }
      }
    ],
    "scummvm": {
      "fullscreen": true
    }
  }
}
Back to game