Installer hearthstone-deck-tracker-v1340-direct-extract

files:
- setup: https://github.com/HearthSim/Hearthstone-Deck-Tracker/releases/download/v1.34.0/Hearthstone.Deck.Tracker-v1.34.0.zip
game:
  arch: win64
  exe: drive_c/users/$USER/AppData/Local/HearthstoneDeckTracker/Hearthstone Deck Tracker.exe
  prefix: $GAMEDIR
installer:
- task:
    app: dotnet48
    arch: win64
    description: Install .NET 4.8
    name: winetricks
    prefix: $GAMEDIR
- task:
    arch: win64
    description: Recover focus after alt-tab
    key: UseTakeFocus
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Wine\X11 Driver
    prefix: $GAMEDIR
    value: N
- task:
    arch: win64
    description: Allows the installation of newer versions of hdt
    key: DisableHWAcceleration
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Microsoft\Avalon.Graphics
    prefix: $GAMEDIR
    type: REG_DWORD
    value: '00000001'
- execute:
    command: mkdir -p "$GAMEDIR/drive_c/users/$USER/AppData/Local/HearthstoneDeckTracker/"
    description: Ensure directory exists
- extract:
    dst: $GAMEDIR/drive_c/users/$USER/AppData/Local/HearthstoneDeckTracker/
    file: setup
requires: blizzard-battlenet-standard
description: This installer directly extracts the Hearthstone Deck Tracker files without
  using the official installer, avoiding the admin rights issue.
game_slug: hearthstone-deck-tracker
gogslug: ''
humblestoreid: ''
installer_slug: hearthstone-deck-tracker-v1340-direct-extract
name: Hearthstone Deck Tracker
notes: This script downloads and extracts the latest release of Hearthstone Deck Tracker
  directly, bypassing the need for admin rights issue during installation.
runner: wine
script:
  files:
  - setup: https://github.com/HearthSim/Hearthstone-Deck-Tracker/releases/download/v1.34.0/Hearthstone.Deck.Tracker-v1.34.0.zip
  game:
    arch: win64
    exe: drive_c/users/$USER/AppData/Local/HearthstoneDeckTracker/Hearthstone Deck
      Tracker.exe
    prefix: $GAMEDIR
  installer:
  - task:
      app: dotnet48
      arch: win64
      description: Install .NET 4.8
      name: winetricks
      prefix: $GAMEDIR
  - task:
      arch: win64
      description: Recover focus after alt-tab
      key: UseTakeFocus
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Wine\X11 Driver
      prefix: $GAMEDIR
      value: N
  - task:
      arch: win64
      description: Allows the installation of newer versions of hdt
      key: DisableHWAcceleration
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Microsoft\Avalon.Graphics
      prefix: $GAMEDIR
      type: REG_DWORD
      value: '00000001'
  - execute:
      command: mkdir -p "$GAMEDIR/drive_c/users/$USER/AppData/Local/HearthstoneDeckTracker/"
      description: Ensure directory exists
  - extract:
      dst: $GAMEDIR/drive_c/users/$USER/AppData/Local/HearthstoneDeckTracker/
      file: setup
  requires: blizzard-battlenet-standard
slug: hearthstone-deck-tracker-v1340-direct-extract
steamid: null
version: v1.34.0 Direct Extract
year: 2014
{
  "game_slug": "hearthstone-deck-tracker",
  "version": "v1.34.0 Direct Extract",
  "description": "This installer directly extracts the Hearthstone Deck Tracker files without using the official installer, avoiding the admin rights issue.",
  "notes": "This script downloads and extracts the latest release of Hearthstone Deck Tracker directly, bypassing the need for admin rights issue during installation.",
  "name": "Hearthstone Deck Tracker",
  "year": 2014,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "hearthstone-deck-tracker-v1340-direct-extract",
  "installer_slug": "hearthstone-deck-tracker-v1340-direct-extract",
  "script": {
    "files": [
      {
        "setup": "https://github.com/HearthSim/Hearthstone-Deck-Tracker/releases/download/v1.34.0/Hearthstone.Deck.Tracker-v1.34.0.zip"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "drive_c/users/$USER/AppData/Local/HearthstoneDeckTracker/Hearthstone Deck Tracker.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "app": "dotnet48",
          "arch": "win64",
          "description": "Install .NET 4.8",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win64",
          "description": "Recover focus after alt-tab",
          "key": "UseTakeFocus",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Wine\\X11 Driver",
          "prefix": "$GAMEDIR",
          "value": "N"
        }
      },
      {
        "task": {
          "arch": "win64",
          "description": "Allows the installation of newer versions of hdt",
          "key": "DisableHWAcceleration",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Microsoft\\Avalon.Graphics",
          "prefix": "$GAMEDIR",
          "type": "REG_DWORD",
          "value": "00000001"
        }
      },
      {
        "execute": {
          "command": "mkdir -p \"$GAMEDIR/drive_c/users/$USER/AppData/Local/HearthstoneDeckTracker/\"",
          "description": "Ensure directory exists"
        }
      },
      {
        "extract": {
          "dst": "$GAMEDIR/drive_c/users/$USER/AppData/Local/HearthstoneDeckTracker/",
          "file": "setup"
        }
      }
    ],
    "requires": "blizzard-battlenet-standard"
  }
}
Back to game