Installer livesplit-user-selectable

files:
- livesplitzip: N/A:Select your chosen LiveSplit zip file. They can be found at the
    LiveSplit GitHub page.
game:
  arch: win32
  exe: LiveSplit.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win32
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: dotnet45
    arch: win32
    description: Installing .NET 4.5. This will take a while...
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: dotnet461
    arch: win32
    description: Installing .NET 4.6.1. This will take a while...
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: win10
    arch: win32
    description: Changing to 10 version...
    name: winetricks
    prefix: $GAMEDIR
- task:
    name: winekill
    prefix: $GAMEDIR
- extract:
    file: livesplitzip
- chmodx: $GAMEDIR/LiveSplit.exe
description: This installer allows the user to select which version of LiveSplit to
  install.
game_slug: livesplit
gogslug: ''
humblestoreid: ''
installer_slug: livesplit-user-selectable
name: LiveSplit
notes: Hotkeys are not discovered when LiveSplit is not in focus.
runner: wine
script:
  files:
  - livesplitzip: N/A:Select your chosen LiveSplit zip file. They can be found at
      the LiveSplit GitHub page.
  game:
    arch: win32
    exe: LiveSplit.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win32
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: dotnet45
      arch: win32
      description: Installing .NET 4.5. This will take a while...
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: dotnet461
      arch: win32
      description: Installing .NET 4.6.1. This will take a while...
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: win10
      arch: win32
      description: Changing to 10 version...
      name: winetricks
      prefix: $GAMEDIR
  - task:
      name: winekill
      prefix: $GAMEDIR
  - extract:
      file: livesplitzip
  - chmodx: $GAMEDIR/LiveSplit.exe
slug: livesplit-user-selectable
steamid: null
version: User Selectable
year: null
{
  "game_slug": "livesplit",
  "version": "User Selectable",
  "description": "This installer allows the user to select which version of LiveSplit to install.",
  "notes": "Hotkeys are not discovered when LiveSplit is not in focus.",
  "name": "LiveSplit",
  "year": null,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "livesplit-user-selectable",
  "installer_slug": "livesplit-user-selectable",
  "script": {
    "files": [
      {
        "livesplitzip": "N/A:Select your chosen LiveSplit zip file. They can be found at the LiveSplit GitHub page."
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "LiveSplit.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win32",
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "dotnet45",
          "arch": "win32",
          "description": "Installing .NET 4.5. This will take a while...",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "dotnet461",
          "arch": "win32",
          "description": "Installing .NET 4.6.1. This will take a while...",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "win10",
          "arch": "win32",
          "description": "Changing to 10 version...",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "name": "winekill",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "file": "livesplitzip"
        }
      },
      {
        "chmodx": "$GAMEDIR/LiveSplit.exe"
      }
    ]
  }
}
Back to game