Installer steam-wine

files:
- client: https://cdn.steamstatic.com/client/installer/SteamSetup.exe
game:
  args: -cef-disable-gpu-compositing
  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 Steam WIndows to test games that you cannot run or have difficulty\
  \ with on Steam Linux.\r\n- Steam GPU acceleration is disabled in this script to\
  \ avoid instabilities and graphical issues"
runner: wine
script:
  files:
  - client: https://cdn.steamstatic.com/client/installer/SteamSetup.exe
  game:
    args: -cef-disable-gpu-compositing
    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 Steam WIndows to test games that you cannot run or have difficulty with on Steam Linux.\r\n- Steam GPU acceleration is disabled in this script to avoid instabilities and graphical issues",
  "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": {
      "args": "-cef-disable-gpu-compositing",
      "exe": "$GAMEDIR/drive_c/Program Files (x86)/Steam/steam.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "executable": "client",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game