Installer steam-wine

This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full 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
{
  "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