Installer itchio-windows

custom-name: Itch.io For Windows
files:
- installer:
    filename: itch-setup.exe
    url: https://itch.io/app/download?platform=windows
game:
  arch: win64
  exe: drive_c/users/$USER/Desktop/itch.lnk
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: arial
    arch: win64
    name: winetricks
    prefix: $GAMEDIR
- task:
    arch: win64
    key: Decorated
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Wine\X11 Driver
    prefix: $GAMEDIR
    value: N
- task:
    arch: win64
    args: --silent
    description: Installing Itch App...
    exclude_processes: itch.exe butler.exe
    executable: installer
    name: wineexec
    prefix: $GAMEDIR
- task:
    name: winekill
    prefix: $GAMEDIR
description: null
game_slug: itchio
gogslug: ''
humblestoreid: ''
installer_slug: itchio-windows
name: Itch.io
notes: ''
runner: wine
script:
  custom-name: Itch.io For Windows
  files:
  - installer:
      filename: itch-setup.exe
      url: https://itch.io/app/download?platform=windows
  game:
    arch: win64
    exe: drive_c/users/$USER/Desktop/itch.lnk
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: arial
      arch: win64
      name: winetricks
      prefix: $GAMEDIR
  - task:
      arch: win64
      key: Decorated
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Wine\X11 Driver
      prefix: $GAMEDIR
      value: N
  - task:
      arch: win64
      args: --silent
      description: Installing Itch App...
      exclude_processes: itch.exe butler.exe
      executable: installer
      name: wineexec
      prefix: $GAMEDIR
  - task:
      name: winekill
      prefix: $GAMEDIR
slug: itchio-windows
steamid: null
version: Windows
year: null
{
  "game_slug": "itchio",
  "version": "Windows",
  "description": null,
  "notes": "",
  "name": "Itch.io",
  "year": null,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "itchio-windows",
  "installer_slug": "itchio-windows",
  "script": {
    "custom-name": "Itch.io For Windows",
    "files": [
      {
        "installer": {
          "filename": "itch-setup.exe",
          "url": "https://itch.io/app/download?platform=windows"
        }
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "drive_c/users/$USER/Desktop/itch.lnk",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "arial",
          "arch": "win64",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win64",
          "key": "Decorated",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Wine\\X11 Driver",
          "prefix": "$GAMEDIR",
          "value": "N"
        }
      },
      {
        "task": {
          "arch": "win64",
          "args": "--silent",
          "description": "Installing Itch App...",
          "exclude_processes": "itch.exe butler.exe",
          "executable": "installer",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "name": "winekill",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game