Installer minesweeper-windows-xp

files:
- file1: https://archive.org/download/minesweeperxp/minesweeper.zip
game:
  arch: win32
  exe: $GAMEDIR/winmine.exe
  prefix: $GAMEDIR
installer:
- extract:
    file: file1
description: Version available on archive.org
game_slug: minesweeper
gogslug: ''
humblestoreid: ''
installer_slug: minesweeper-windows-xp
name: Minesweeper
notes: ''
runner: wine
script:
  files:
  - file1: https://archive.org/download/minesweeperxp/minesweeper.zip
  game:
    arch: win32
    exe: $GAMEDIR/winmine.exe
    prefix: $GAMEDIR
  installer:
  - extract:
      file: file1
slug: minesweeper-windows-xp
steamid: null
version: Windows XP
year: 1990
{
  "game_slug": "minesweeper",
  "version": "Windows XP",
  "description": "Version available on archive.org",
  "notes": "",
  "name": "Minesweeper",
  "year": 1990,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "minesweeper-windows-xp",
  "installer_slug": "minesweeper-windows-xp",
  "script": {
    "files": [
      {
        "file1": "https://archive.org/download/minesweeperxp/minesweeper.zip"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "$GAMEDIR/winmine.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "extract": {
          "file": "file1"
        }
      }
    ]
  }
}
Back to game