files:
- archive: https://windrealm.org/minesweeper/minez0.1.2.zip
game:
arch: win32
exe: $GAMEDIR/minez.exe
installer:
- task:
install_gecko: false
install_mono: false
name: create_prefix
- extract:
dst: $CACHE
src: archive
- move:
dst: $GAMEDIR
src: $CACHE/minez.exe
description: ''
game_slug: minez
gogslug: ''
humblestoreid: ''
installer_slug: minez-012
name: Minez
notes: ''
runner: wine
script:
files:
- archive: https://windrealm.org/minesweeper/minez0.1.2.zip
game:
arch: win32
exe: $GAMEDIR/minez.exe
installer:
- task:
install_gecko: false
install_mono: false
name: create_prefix
- extract:
dst: $CACHE
src: archive
- move:
dst: $GAMEDIR
src: $CACHE/minez.exe
slug: minez-012
steamid: null
version: 0.1.2
year: 2006
{
"game_slug": "minez",
"version": "0.1.2",
"description": "",
"notes": "",
"name": "Minez",
"year": 2006,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "minez-012",
"installer_slug": "minez-012",
"script": {
"files": [
{
"archive": "https://windrealm.org/minesweeper/minez0.1.2.zip"
}
],
"game": {
"arch": "win32",
"exe": "$GAMEDIR/minez.exe"
},
"installer": [
{
"task": {
"install_gecko": false,
"install_mono": false,
"name": "create_prefix"
}
},
{
"extract": {
"dst": "$CACHE",
"src": "archive"
}
},
{
"move": {
"dst": "$GAMEDIR",
"src": "$CACHE/minez.exe"
}
}
]
}
}