Installer bloxorz-10

files:
- file_id: https://archive.org/download/bloxors/bloxors.swf
game:
  exe: $GAMEDIR/Bloxors
installer:
- move:
    dst: $GAMEDIR
    src: file_id
- execute:
    file: $GAMEDIR/bloxors.swf
description: ''
game_slug: bloxorz
gogslug: ''
humblestoreid: ''
installer_slug: bloxorz-10
name: Bloxorz
notes: ''
runner: ruffle
script:
  files:
  - file_id: https://archive.org/download/bloxors/bloxors.swf
  game:
    exe: $GAMEDIR/Bloxors
  installer:
  - move:
      dst: $GAMEDIR
      src: file_id
  - execute:
      file: $GAMEDIR/bloxors.swf
slug: bloxorz-10
steamid: null
version: '1.0'
year: 2007
{
  "game_slug": "bloxorz",
  "version": "1.0",
  "description": "",
  "notes": "",
  "name": "Bloxorz",
  "year": 2007,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "ruffle",
  "slug": "bloxorz-10",
  "installer_slug": "bloxorz-10",
  "script": {
    "files": [
      {
        "file_id": "https://archive.org/download/bloxors/bloxors.swf"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/Bloxors"
    },
    "installer": [
      {
        "move": {
          "dst": "$GAMEDIR",
          "src": "file_id"
        }
      },
      {
        "execute": {
          "file": "$GAMEDIR/bloxors.swf"
        }
      }
    ]
  }
}
Back to game