Installer twitch-app-latest

files:
- app: https://desktop.twitchsvc.net/installer/windows/TwitchSetup.exe
game:
  arch: win64
  exe: drive_c/users/$USER/Application Data/Twitch/Bin/Twitch.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    name: create_prefix
    prefix: $GAMEDIR
- task:
    arch: win64
    key: ShowDotFiles
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Wine
    prefix: $GAMEDIR
    value: Y
- task:
    app: dotnet48
    arch: win64
    description: Installing .NET 4.8 will take a while...
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: win81
    arch: win64
    description: Setting Windows to Win8.1
    name: winetricks
    prefix: $GAMEDIR
- task:
    arch: win64
    args: /silent
    exclude_processes: mscorsvw.exe Twitch.exe TwitchUI.exe
    executable: app
    name: wineexec
    prefix: $GAMEDIR
- task:
    name: winekill
    prefix: $GAMEDIR
- write_file:
    content: '{"closeOption": "close"}'
    file: $GAMEDIR/drive_c/users/$USER/Application Data/Twitch/ElectronSettings.json
system:
  env:
    TERM: xterm
  terminal: true
description: null
game_slug: twitch-app
gogslug: ''
humblestoreid: ''
installer_slug: twitch-app-latest
name: Twitch App
notes: ''
runner: wine
script:
  files:
  - app: https://desktop.twitchsvc.net/installer/windows/TwitchSetup.exe
  game:
    arch: win64
    exe: drive_c/users/$USER/Application Data/Twitch/Bin/Twitch.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      arch: win64
      key: ShowDotFiles
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Wine
      prefix: $GAMEDIR
      value: Y
  - task:
      app: dotnet48
      arch: win64
      description: Installing .NET 4.8 will take a while...
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: win81
      arch: win64
      description: Setting Windows to Win8.1
      name: winetricks
      prefix: $GAMEDIR
  - task:
      arch: win64
      args: /silent
      exclude_processes: mscorsvw.exe Twitch.exe TwitchUI.exe
      executable: app
      name: wineexec
      prefix: $GAMEDIR
  - task:
      name: winekill
      prefix: $GAMEDIR
  - write_file:
      content: '{"closeOption": "close"}'
      file: $GAMEDIR/drive_c/users/$USER/Application Data/Twitch/ElectronSettings.json
  system:
    env:
      TERM: xterm
    terminal: true
slug: twitch-app-latest
steamid: null
version: latest
year: 2017
{
  "game_slug": "twitch-app",
  "version": "latest",
  "description": null,
  "notes": "",
  "name": "Twitch App",
  "year": 2017,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "twitch-app-latest",
  "installer_slug": "twitch-app-latest",
  "script": {
    "files": [
      {
        "app": "https://desktop.twitchsvc.net/installer/windows/TwitchSetup.exe"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "drive_c/users/$USER/Application Data/Twitch/Bin/Twitch.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win64",
          "key": "ShowDotFiles",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Wine",
          "prefix": "$GAMEDIR",
          "value": "Y"
        }
      },
      {
        "task": {
          "app": "dotnet48",
          "arch": "win64",
          "description": "Installing .NET 4.8 will take a while...",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "win81",
          "arch": "win64",
          "description": "Setting Windows to Win8.1",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win64",
          "args": "/silent",
          "exclude_processes": "mscorsvw.exe Twitch.exe TwitchUI.exe",
          "executable": "app",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "name": "winekill",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "write_file": {
          "content": "{\"closeOption\": \"close\"}",
          "file": "$GAMEDIR/drive_c/users/$USER/Application Data/Twitch/ElectronSettings.json"
        }
      }
    ],
    "system": {
      "env": {
        "TERM": "xterm"
      },
      "terminal": true
    }
  }
}
Back to game