Installer wowhead-client-latest

files:
- setup: https://www.wowhead.com/client/files/WowheadClient.exe
game:
  arch: win64
  exe: drive_c/ProgramData/Wowhead/Wowhead Client/WowheadClient.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating 64bit Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: arial
    arch: win64
    description: Installing Arial font
    name: winetricks
    prefix: $GAMEDIR
- merge:
    dst: $GAMEDIR/drive_c/ProgramData/Wowhead/Wowhead Client/
    src: setup
- task:
    name: winekill
    prefix: $GAMEDIR
- task:
    key: AutoStart
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Wowhead\Client\Settings
    value: 'False'
description: null
game_slug: wowhead-client
gogslug: ''
humblestoreid: ''
installer_slug: wowhead-client-latest
name: Wowhead Client
notes: "Do NOT turn on autostart in the client options.\r\nAuthentication to wowhead\
  \ works but may require clicking in dialog after login for it to detect the connection/token."
runner: wine
script:
  files:
  - setup: https://www.wowhead.com/client/files/WowheadClient.exe
  game:
    arch: win64
    exe: drive_c/ProgramData/Wowhead/Wowhead Client/WowheadClient.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Creating 64bit Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: arial
      arch: win64
      description: Installing Arial font
      name: winetricks
      prefix: $GAMEDIR
  - merge:
      dst: $GAMEDIR/drive_c/ProgramData/Wowhead/Wowhead Client/
      src: setup
  - task:
      name: winekill
      prefix: $GAMEDIR
  - task:
      key: AutoStart
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Wowhead\Client\Settings
      value: 'False'
slug: wowhead-client-latest
steamid: null
version: latest
year: null
{
  "game_slug": "wowhead-client",
  "version": "latest",
  "description": null,
  "notes": "Do NOT turn on autostart in the client options.\r\nAuthentication to wowhead works but may require clicking in dialog after login for it to detect the connection/token.",
  "name": "Wowhead Client",
  "year": null,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "wowhead-client-latest",
  "installer_slug": "wowhead-client-latest",
  "script": {
    "files": [
      {
        "setup": "https://www.wowhead.com/client/files/WowheadClient.exe"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "drive_c/ProgramData/Wowhead/Wowhead Client/WowheadClient.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating 64bit Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "arial",
          "arch": "win64",
          "description": "Installing Arial font",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/drive_c/ProgramData/Wowhead/Wowhead Client/",
          "src": "setup"
        }
      },
      {
        "task": {
          "name": "winekill",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "key": "AutoStart",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Wowhead\\Client\\Settings",
          "value": "False"
        }
      }
    ]
  }
}
Back to game