files:
- file_id: https://desktop.miro.com/platforms/win32/Miro.exe
installer:
- task:
description: Setting up wine prefix
name: create_prefix
prefix: $GAMEDIR
- move:
dst: $GAMEDIR
src: file_id
- task:
app: vcrun2015 dotnet45
arch: win64
description: Installing vcrun2015 dotnet45
name: winetricks
prefix: $GAMEDIR
- task:
executable: $GAMEDIR/Miro.exe
name: wineexec
prefix: $GAMEDIR
description: null
game_slug: miro
gogslug: ''
humblestoreid: ''
installer_slug: miro-windows-64-bit
name: Miro
notes: ''
runner: wine
script:
files:
- file_id: https://desktop.miro.com/platforms/win32/Miro.exe
installer:
- task:
description: Setting up wine prefix
name: create_prefix
prefix: $GAMEDIR
- move:
dst: $GAMEDIR
src: file_id
- task:
app: vcrun2015 dotnet45
arch: win64
description: Installing vcrun2015 dotnet45
name: winetricks
prefix: $GAMEDIR
- task:
executable: $GAMEDIR/Miro.exe
name: wineexec
prefix: $GAMEDIR
slug: miro-windows-64-bit
steamid: null
version: Windows 64-bit
year: null
{
"game_slug": "miro",
"version": "Windows 64-bit",
"description": null,
"notes": "",
"name": "Miro",
"year": null,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "miro-windows-64-bit",
"installer_slug": "miro-windows-64-bit",
"script": {
"files": [
{
"file_id": "https://desktop.miro.com/platforms/win32/Miro.exe"
}
],
"installer": [
{
"task": {
"description": "Setting up wine prefix",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"move": {
"dst": "$GAMEDIR",
"src": "file_id"
}
},
{
"task": {
"app": "vcrun2015 dotnet45",
"arch": "win64",
"description": "Installing vcrun2015 dotnet45",
"name": "winetricks",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"executable": "$GAMEDIR/Miro.exe",
"name": "wineexec",
"prefix": "$GAMEDIR"
}
}
]
}
}