Installer super-mario-bros-remastered-latest-windows

files:
- smbr: https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public/releases/latest/download/Windows.zip
game:
  exe: $GAMEDIR/drive_c/SMBR/SMB1R.exe
installer:
- task:
    arch: win64
    name: create_prefix
    prefix: $GAMEDIR
- extract:
    dst: $GAMEDIR/drive_c/SMBR
    file: smbr
- write_file:
    content: null
    file: $GAMEDIR/drive_c/SMBR/portable.txt
description: Installs Windows Version of Super Mario Bros. Remastered
game_slug: super-mario-bros-remastered
gogslug: ''
humblestoreid: ''
installer_slug: super-mario-bros-remastered-latest-windows
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: wine
script:
  files:
  - smbr: https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public/releases/latest/download/Windows.zip
  game:
    exe: $GAMEDIR/drive_c/SMBR/SMB1R.exe
  installer:
  - task:
      arch: win64
      name: create_prefix
      prefix: $GAMEDIR
  - extract:
      dst: $GAMEDIR/drive_c/SMBR
      file: smbr
  - write_file:
      content: null
      file: $GAMEDIR/drive_c/SMBR/portable.txt
slug: super-mario-bros-remastered-latest-windows
steamid: null
version: latest Windows
year: 2025
{
  "game_slug": "super-mario-bros-remastered",
  "version": "latest Windows",
  "description": "Installs Windows 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": "wine",
  "slug": "super-mario-bros-remastered-latest-windows",
  "installer_slug": "super-mario-bros-remastered-latest-windows",
  "script": {
    "files": [
      {
        "smbr": "https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public/releases/latest/download/Windows.zip"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/drive_c/SMBR/SMB1R.exe"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/SMBR",
          "file": "smbr"
        }
      },
      {
        "write_file": {
          "content": null,
          "file": "$GAMEDIR/drive_c/SMBR/portable.txt"
        }
      }
    ]
  }
}
Back to game