Installer godot-engine-31

files:
- file_engine: https://downloads.tuxfamily.org/godotengine/3.1/Godot_v3.1-stable_x11.64.zip
- file_templates: https://downloads.tuxfamily.org/godotengine/3.1/Godot_v3.1-stable_export_templates.tpz
game:
  exe: Godot_v3.1-stable_x11.64
installer:
- extract:
    description: Extracting Godot Engine...
    dst: $GAMEDIR
    file: file_engine
- chmodx: Godot_v3.1-stable_x11.64
- extract:
    description: Extracting export templates...
    dst: $GAMEDIR/editor_data/templates
    file: file_templates
    format: zip
description: 64-bit self-contained binary with export templates.
game_slug: godot-engine
gogslug: ''
humblestoreid: ''
installer_slug: godot-engine-31
name: Godot Engine
notes: ''
runner: linux
script:
  files:
  - file_engine: https://downloads.tuxfamily.org/godotengine/3.1/Godot_v3.1-stable_x11.64.zip
  - file_templates: https://downloads.tuxfamily.org/godotengine/3.1/Godot_v3.1-stable_export_templates.tpz
  game:
    exe: Godot_v3.1-stable_x11.64
  installer:
  - extract:
      description: Extracting Godot Engine...
      dst: $GAMEDIR
      file: file_engine
  - chmodx: Godot_v3.1-stable_x11.64
  - extract:
      description: Extracting export templates...
      dst: $GAMEDIR/editor_data/templates
      file: file_templates
      format: zip
slug: godot-engine-31
steamid: 404790
version: '3.1'
year: 2014
{
  "game_slug": "godot-engine",
  "version": "3.1",
  "description": "64-bit self-contained binary with export templates.",
  "notes": "",
  "name": "Godot Engine",
  "year": 2014,
  "steamid": 404790,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "godot-engine-31",
  "installer_slug": "godot-engine-31",
  "script": {
    "files": [
      {
        "file_engine": "https://downloads.tuxfamily.org/godotengine/3.1/Godot_v3.1-stable_x11.64.zip"
      },
      {
        "file_templates": "https://downloads.tuxfamily.org/godotengine/3.1/Godot_v3.1-stable_export_templates.tpz"
      }
    ],
    "game": {
      "exe": "Godot_v3.1-stable_x11.64"
    },
    "installer": [
      {
        "extract": {
          "description": "Extracting Godot Engine...",
          "dst": "$GAMEDIR",
          "file": "file_engine"
        }
      },
      {
        "chmodx": "Godot_v3.1-stable_x11.64"
      },
      {
        "extract": {
          "description": "Extracting export templates...",
          "dst": "$GAMEDIR/editor_data/templates",
          "file": "file_templates",
          "format": "zip"
        }
      }
    ]
  }
}
Back to game