Installer super-mario-64-sm64-pc-jp

files:
- repo: https://github.com/sm64pc/sm64ex/archive/refs/heads/nightly.zip
- rom: N/A:Please select the JP .z64 rom file
game:
  exe: build/jp_pc/sm64.jp.f3dex2e
installer:
- extract:
    file: repo
- copy:
    dst: $GAMEDIR
    src: rom
- execute:
    command: mv *.z64 baserom.jp.z64
- execute:
    command: make VERSION=jp -j4
description: ''
game_slug: super-mario-64
gogslug: ''
humblestoreid: ''
installer_slug: super-mario-64-sm64-pc-jp
name: Super Mario 64
notes: ''
runner: linux
script:
  files:
  - repo: https://github.com/sm64pc/sm64ex/archive/refs/heads/nightly.zip
  - rom: N/A:Please select the JP .z64 rom file
  game:
    exe: build/jp_pc/sm64.jp.f3dex2e
  installer:
  - extract:
      file: repo
  - copy:
      dst: $GAMEDIR
      src: rom
  - execute:
      command: mv *.z64 baserom.jp.z64
  - execute:
      command: make VERSION=jp -j4
slug: super-mario-64-sm64-pc-jp
steamid: null
version: sm64-pc-jp
year: 1996
{
  "game_slug": "super-mario-64",
  "version": "sm64-pc-jp",
  "description": "",
  "notes": "",
  "name": "Super Mario 64",
  "year": 1996,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "super-mario-64-sm64-pc-jp",
  "installer_slug": "super-mario-64-sm64-pc-jp",
  "script": {
    "files": [
      {
        "repo": "https://github.com/sm64pc/sm64ex/archive/refs/heads/nightly.zip"
      },
      {
        "rom": "N/A:Please select the JP .z64 rom file"
      }
    ],
    "game": {
      "exe": "build/jp_pc/sm64.jp.f3dex2e"
    },
    "installer": [
      {
        "extract": {
          "file": "repo"
        }
      },
      {
        "copy": {
          "dst": "$GAMEDIR",
          "src": "rom"
        }
      },
      {
        "execute": {
          "command": "mv *.z64 baserom.jp.z64"
        }
      },
      {
        "execute": {
          "command": "make VERSION=jp -j4"
        }
      }
    ]
  }
}
Back to game