Installer super-mario-bros-remastered-latest-linux

files:
- smbr: https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public/releases/latest/download/Linux.zip
game:
  exe: $GAMEDIR/SMB1R.x86_64
installer:
- extract:
    dst: $GAMEDIR
    file: smbr
- chmodx: $GAMEDIR/SMB1R.x86_64
- write_file:
    content: null
    file: $GAMEDIR/portable.txt
description: Installs Linux Version of Super Mario Bros. Remastered
game_slug: super-mario-bros-remastered
gogslug: ''
humblestoreid: ''
installer_slug: super-mario-bros-remastered-latest-linux
name: Super Mario Bros Remastered
notes: Must provide your own Super Mario Bros. (World).nes ROM! You will be asked
  to drag and drop the ROM onto the game window.
runner: linux
script:
  files:
  - smbr: https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public/releases/latest/download/Linux.zip
  game:
    exe: $GAMEDIR/SMB1R.x86_64
  installer:
  - extract:
      dst: $GAMEDIR
      file: smbr
  - chmodx: $GAMEDIR/SMB1R.x86_64
  - write_file:
      content: null
      file: $GAMEDIR/portable.txt
slug: super-mario-bros-remastered-latest-linux
steamid: null
version: latest Linux
year: 2025
{
  "game_slug": "super-mario-bros-remastered",
  "version": "latest Linux",
  "description": "Installs Linux Version of Super Mario Bros. Remastered",
  "notes": "Must provide your own Super Mario Bros. (World).nes ROM! You will be asked to drag and drop the ROM onto the game window.",
  "name": "Super Mario Bros Remastered",
  "year": 2025,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "linux",
  "slug": "super-mario-bros-remastered-latest-linux",
  "installer_slug": "super-mario-bros-remastered-latest-linux",
  "script": {
    "files": [
      {
        "smbr": "https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public/releases/latest/download/Linux.zip"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/SMB1R.x86_64"
    },
    "installer": [
      {
        "extract": {
          "dst": "$GAMEDIR",
          "file": "smbr"
        }
      },
      {
        "chmodx": "$GAMEDIR/SMB1R.x86_64"
      },
      {
        "write_file": {
          "content": null,
          "file": "$GAMEDIR/portable.txt"
        }
      }
    ]
  }
}
Back to game