files:
- installer: http://dist.blizzard.com/downloads/classics/9f8ba2a406416a70cfe1bc97ec5346ba/The_Lost_Vikings.zip
game:
arch: win32
exe: $GAMEDIR/The Lost Vikings.exe
prefix: $GAMEDIR
installer:
- task:
arch: win32
name: create_prefix
prefix: $GAMEDIR
- extract:
file: installer
description: Fix exe path and filename.
game_slug: the-lost-vikings
gogslug: ''
humblestoreid: ''
installer_slug: the-lost-vikings-blizzard-classics
name: The Lost Vikings
notes: 'The installer had the path and filename for Blackthorne under "game: exe:"
so I changed it to the path and filename for The Lost Vikings, which is simply "$GAMEDIR/The
Lost Vikings.exe".'
runner: wine
script:
files:
- installer: http://dist.blizzard.com/downloads/classics/9f8ba2a406416a70cfe1bc97ec5346ba/The_Lost_Vikings.zip
game:
arch: win32
exe: $GAMEDIR/The Lost Vikings.exe
prefix: $GAMEDIR
installer:
- task:
arch: win32
name: create_prefix
prefix: $GAMEDIR
- extract:
file: installer
slug: the-lost-vikings-blizzard-classics
steamid: null
version: Blizzard Classics
year: 1992
{
"game_slug": "the-lost-vikings",
"version": "Blizzard Classics",
"description": "Fix exe path and filename.",
"notes": "The installer had the path and filename for Blackthorne under \"game: exe:\" so I changed it to the path and filename for The Lost Vikings, which is simply \"$GAMEDIR/The Lost Vikings.exe\".",
"name": "The Lost Vikings",
"year": 1992,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "the-lost-vikings-blizzard-classics",
"installer_slug": "the-lost-vikings-blizzard-classics",
"script": {
"files": [
{
"installer": "http://dist.blizzard.com/downloads/classics/9f8ba2a406416a70cfe1bc97ec5346ba/The_Lost_Vikings.zip"
}
],
"game": {
"arch": "win32",
"exe": "$GAMEDIR/The Lost Vikings.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"arch": "win32",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"extract": {
"file": "installer"
}
}
]
}
}