Installer steam-windows-latest

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:
    app: win10 corefonts
    name: winetricks
    silent: true
- task:
    args: /S
    executable: client
    name: wineexec
    prefix: $GAMEDIR
    return_code: 512
wine:
  version: wine-10.16-staging-amd64-wow64-x86_64
description: Steam Windows version
game_slug: steam
gogslug: ''
humblestoreid: ''
installer_slug: steam-windows-latest
name: Steam
notes: "- Only use Steam Windows version for testing purposes\r\n- Steam GPU acceleration\
  \ is disabled in this script installer to avoid instabilities and graphical issues\r\
  \n- During my tests, Steam was only compatible with Wine-Staging, not with Ge-Proton\
  \ or Proton. So it is not advised to change the default Wine version associated\
  \ with this script installer"
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:
      app: win10 corefonts
      name: winetricks
      silent: true
  - task:
      args: /S
      executable: client
      name: wineexec
      prefix: $GAMEDIR
      return_code: 512
  wine:
    version: wine-10.16-staging-amd64-wow64-x86_64
slug: steam-windows-latest
steamid: null
version: Windows latest
year: 2003
{
  "game_slug": "steam",
  "version": "Windows latest",
  "description": "Steam Windows version",
  "notes": "- Only use Steam Windows version for testing purposes\r\n- Steam GPU acceleration is disabled in this script installer to avoid instabilities and graphical issues\r\n- During my tests, Steam was only compatible with Wine-Staging, not with Ge-Proton or Proton. So it is not advised to change the default Wine version associated with this script installer",
  "name": "Steam",
  "year": 2003,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "steam-windows-latest",
  "installer_slug": "steam-windows-latest",
  "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": {
          "app": "win10 corefonts",
          "name": "winetricks",
          "silent": true
        }
      },
      {
        "task": {
          "args": "/S",
          "executable": "client",
          "name": "wineexec",
          "prefix": "$GAMEDIR",
          "return_code": 512
        }
      }
    ],
    "wine": {
      "version": "wine-10.16-staging-amd64-wow64-x86_64"
    }
  }
}
Back to game