Installer star-wars-yoda-stories-windows

files:
- game_archive: N/A:Please select an archive file containing the game.
game:
  arch: win32
  exe: $GAMEDIR/drive_c/Yoda/YODESK.EXE
  prefix: $GAMEDIR
installer:
- task:
    arch: win32
    name: create_prefix
    prefix: $GAMEDIR
- extract:
    dst: $GAMEDIR/drive_c/Yoda/
    src: $game_archive
description: null
game_slug: star-wars-yoda-stories
gogslug: ''
humblestoreid: ''
installer_slug: star-wars-yoda-stories-windows
name: 'Star Wars: Yoda Stories'
notes: The archive file (any format supported by Lutris - zip, bz2, tgz) should contain
  the game at root level, not in a subdirectory; i.e. YODESK.EXE should be visible
  immediately when viewing the archive contents.
runner: wine
script:
  files:
  - game_archive: N/A:Please select an archive file containing the game.
  game:
    arch: win32
    exe: $GAMEDIR/drive_c/Yoda/YODESK.EXE
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win32
      name: create_prefix
      prefix: $GAMEDIR
  - extract:
      dst: $GAMEDIR/drive_c/Yoda/
      src: $game_archive
slug: star-wars-yoda-stories-windows
steamid: null
version: Windows
year: 1997
{
  "game_slug": "star-wars-yoda-stories",
  "version": "Windows",
  "description": null,
  "notes": "The archive file (any format supported by Lutris - zip, bz2, tgz) should contain the game at root level, not in a subdirectory; i.e. YODESK.EXE should be visible immediately when viewing the archive contents.",
  "name": "Star Wars: Yoda Stories",
  "year": 1997,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "star-wars-yoda-stories-windows",
  "installer_slug": "star-wars-yoda-stories-windows",
  "script": {
    "files": [
      {
        "game_archive": "N/A:Please select an archive file containing the game."
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "$GAMEDIR/drive_c/Yoda/YODESK.EXE",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win32",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/Yoda/",
          "src": "$game_archive"
        }
      }
    ]
  }
}
Back to game