files:
- gs: https://github.com/HarbourMasters/Ghostship/releases/download/1.0.0/Ghostship-Dutchman-Alfa-Win64.zip
- cfg: https://raw.githubusercontent.com/lankv2/lutris-installer-fixes/refs/heads/main/games/ghostship/ghostship.cfg.json
game:
exe: $GAMEDIR/drive_c/Program Files (x86)/Ghostship/Ghostship.exe
installer:
- task:
arch: win64
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $GAMEDIR/drive_c/Program Files (x86)/Ghostship
file: gs
- merge:
dst: $GAMEDIR/drive_c/Program Files (x86)/Ghostship
src: cfg
description: Installs Windows Version of Ghostship
game_slug: super-mario-64
gogslug: ''
humblestoreid: ''
installer_slug: super-mario-64-ghostship
name: Super Mario 64
notes: May take a minute for the game to start.
runner: wine
script:
files:
- gs: https://github.com/HarbourMasters/Ghostship/releases/download/1.0.0/Ghostship-Dutchman-Alfa-Win64.zip
- cfg: https://raw.githubusercontent.com/lankv2/lutris-installer-fixes/refs/heads/main/games/ghostship/ghostship.cfg.json
game:
exe: $GAMEDIR/drive_c/Program Files (x86)/Ghostship/Ghostship.exe
installer:
- task:
arch: win64
name: create_prefix
prefix: $GAMEDIR
- extract:
dst: $GAMEDIR/drive_c/Program Files (x86)/Ghostship
file: gs
- merge:
dst: $GAMEDIR/drive_c/Program Files (x86)/Ghostship
src: cfg
slug: super-mario-64-ghostship
steamid: null
version: Ghostship
year: 1996
{
"game_slug": "super-mario-64",
"version": "Ghostship",
"description": "Installs Windows Version of Ghostship",
"notes": "May take a minute for the game to start.",
"name": "Super Mario 64",
"year": 1996,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "super-mario-64-ghostship",
"installer_slug": "super-mario-64-ghostship",
"script": {
"files": [
{
"gs": "https://github.com/HarbourMasters/Ghostship/releases/download/1.0.0/Ghostship-Dutchman-Alfa-Win64.zip"
},
{
"cfg": "https://raw.githubusercontent.com/lankv2/lutris-installer-fixes/refs/heads/main/games/ghostship/ghostship.cfg.json"
}
],
"game": {
"exe": "$GAMEDIR/drive_c/Program Files (x86)/Ghostship/Ghostship.exe"
},
"installer": [
{
"task": {
"arch": "win64",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"extract": {
"dst": "$GAMEDIR/drive_c/Program Files (x86)/Ghostship",
"file": "gs"
}
},
{
"merge": {
"dst": "$GAMEDIR/drive_c/Program Files (x86)/Ghostship",
"src": "cfg"
}
}
]
}
}