Installer steam-wine

files:
- client: https://cdn.steamstatic.com/client/installer/SteamSetup.exe
game:
  exe: $GAMEDIR/drive_c/Program Files (x86)/Steam/Steam.exe
  prefix: $GAMEDIR
installer:
- task:
    executable: client
    name: wineexec
    prefix: $GAMEDIR
description: Steam for Windows.
game_slug: steam
gogslug: ''
humblestoreid: ''
installer_slug: steam-wine
name: Steam
notes: "Only use this for games that can't run under Proton.\r\nThe Steam client is\
  \ very glitchy under Wine."
runner: wine
script:
  files:
  - client: https://cdn.steamstatic.com/client/installer/SteamSetup.exe
  game:
    exe: $GAMEDIR/drive_c/Program Files (x86)/Steam/Steam.exe
    prefix: $GAMEDIR
  installer:
  - task:
      executable: client
      name: wineexec
      prefix: $GAMEDIR
slug: steam-wine
steamid: null
version: Wine
year: 2003
{
  "game_slug": "steam",
  "version": "Wine",
  "description": "Steam for Windows.",
  "notes": "Only use this for games that can't run under Proton.\r\nThe Steam client is very glitchy under Wine.",
  "name": "Steam",
  "year": 2003,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "steam-wine",
  "installer_slug": "steam-wine",
  "script": {
    "files": [
      {
        "client": "https://cdn.steamstatic.com/client/installer/SteamSetup.exe"
      }
    ],
    "game": {
      "exe": "$GAMEDIR/drive_c/Program Files (x86)/Steam/Steam.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "executable": "client",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game