Installer gog-downloader-wine

files:
- netframework: https://lutris.net/files/runners/netframework3.exe
- downloader: http://static.gog.com/download/d3/stable/Setup_Downloader_3.6.0_stable.exe
game:
  arch: win32
  exe: drive_c/Program Files/GOG.com/GOG.com Downloader.exe
  prefix: $GAMEDIR
  version: 1.9.13-i368
installer:
- task:
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- mkdir: $HOME/.cache/winetricks/dotnet30
- move:
    dst: $HOME/.cache/winetricks/dotnet30
    src: netframework
- task:
    app: dotnet35
    description: Installing .NET 3.5
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: dotnet35sp1
    description: Installing .NET 3.5 SP1
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: windowscodecs
    description: Installing Windows codecs
    name: winetricks
    prefix: $GAMEDIR
- task:
    executable: downloader
    name: wineexec
    prefix: $GAMEDIR
description: ''
game_slug: gog-downloader
gogslug: ''
humblestoreid: ''
installer_slug: gog-downloader-wine
name: GOG Downloader
notes: https://appdb.winehq.org/objectManager.php?sClass=application&iId=14013
runner: wine
script:
  files:
  - netframework: https://lutris.net/files/runners/netframework3.exe
  - downloader: http://static.gog.com/download/d3/stable/Setup_Downloader_3.6.0_stable.exe
  game:
    arch: win32
    exe: drive_c/Program Files/GOG.com/GOG.com Downloader.exe
    prefix: $GAMEDIR
    version: 1.9.13-i368
  installer:
  - task:
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - mkdir: $HOME/.cache/winetricks/dotnet30
  - move:
      dst: $HOME/.cache/winetricks/dotnet30
      src: netframework
  - task:
      app: dotnet35
      description: Installing .NET 3.5
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: dotnet35sp1
      description: Installing .NET 3.5 SP1
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: windowscodecs
      description: Installing Windows codecs
      name: winetricks
      prefix: $GAMEDIR
  - task:
      executable: downloader
      name: wineexec
      prefix: $GAMEDIR
slug: gog-downloader-wine
steamid: null
version: Wine
year: 2014
{
  "game_slug": "gog-downloader",
  "version": "Wine",
  "description": "",
  "notes": "https://appdb.winehq.org/objectManager.php?sClass=application&iId=14013",
  "name": "GOG Downloader",
  "year": 2014,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "gog-downloader-wine",
  "installer_slug": "gog-downloader-wine",
  "script": {
    "files": [
      {
        "netframework": "https://lutris.net/files/runners/netframework3.exe"
      },
      {
        "downloader": "http://static.gog.com/download/d3/stable/Setup_Downloader_3.6.0_stable.exe"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "drive_c/Program Files/GOG.com/GOG.com Downloader.exe",
      "prefix": "$GAMEDIR",
      "version": "1.9.13-i368"
    },
    "installer": [
      {
        "task": {
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "mkdir": "$HOME/.cache/winetricks/dotnet30"
      },
      {
        "move": {
          "dst": "$HOME/.cache/winetricks/dotnet30",
          "src": "netframework"
        }
      },
      {
        "task": {
          "app": "dotnet35",
          "description": "Installing .NET 3.5",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "dotnet35sp1",
          "description": "Installing .NET 3.5 SP1",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "windowscodecs",
          "description": "Installing Windows codecs",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "executable": "downloader",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game