Installer pigeon-game-itchio

files:
- zip: N/A:Please select zip archive downloaded from itch.io
game:
  exe: PigeonGame_LIN.x86_64
installer:
- extract:
    dst: $GAMEDIR
    src: $zip
- merge:
    dst: $GAMEDIR
    src: $GAMEDIR/PigeonGame_LIN
- move:
    dst: $CACHE
    src: $GAMEDIR/__MACOSX
- move:
    dst: $CACHE
    src: $GAMEDIR/PigeonGame_LIN
description: null
game_slug: pigeon-game
gogslug: ''
humblestoreid: ''
installer_slug: pigeon-game-itchio
name: Pigeon Game
notes: '- <a href="https://smitleu.itch.io/pigeon-game">Download zip before using
  this installer.</a>'
runner: linux
script:
  files:
  - zip: N/A:Please select zip archive downloaded from itch.io
  game:
    exe: PigeonGame_LIN.x86_64
  installer:
  - extract:
      dst: $GAMEDIR
      src: $zip
  - merge:
      dst: $GAMEDIR
      src: $GAMEDIR/PigeonGame_LIN
  - move:
      dst: $CACHE
      src: $GAMEDIR/__MACOSX
  - move:
      dst: $CACHE
      src: $GAMEDIR/PigeonGame_LIN
slug: pigeon-game-itchio
steamid: null
version: itch.io
year: 2018
{
  "game_slug": "pigeon-game",
  "version": "itch.io",
  "description": null,
  "notes": "- <a href=\"https://smitleu.itch.io/pigeon-game\">Download zip before using this installer.</a>",
  "name": "Pigeon Game",
  "year": 2018,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "pigeon-game-itchio",
  "installer_slug": "pigeon-game-itchio",
  "script": {
    "files": [
      {
        "zip": "N/A:Please select zip archive downloaded from itch.io"
      }
    ],
    "game": {
      "exe": "PigeonGame_LIN.x86_64"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR",
          "src": "$zip"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR",
          "src": "$GAMEDIR/PigeonGame_LIN"
        }
      },
      {
        "move": {
          "dst": "$CACHE",
          "src": "$GAMEDIR/__MACOSX"
        }
      },
      {
        "move": {
          "dst": "$CACHE",
          "src": "$GAMEDIR/PigeonGame_LIN"
        }
      }
    ]
  }
}
Back to game