Installer rockstar-games-launcher-standalone

files:
- launcher: https://gamedownloads.rockstargames.com/public/installer/Rockstar-Games-Launcher.exe
game:
  arch: win64
  exe: drive_c/Program Files/Rockstar Games/Launcher/Launcher.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating Wine 64-bit Prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: arial
    arch: win64
    name: winetricks
    prefix: $GAMEDIR
- task:
    arch: win64
    description: Installing the launcher (Don't login, close the window)
    exclude_processes: RockstarService.exe Launcher.exe LauncherPatcher.exe
    executable: launcher
    name: wineexec
    prefix: $GAMEDIR
- task:
    name: winekill
    prefix: $GAMEDIR
system:
  env:
    DXVK_HUD: compiler
    __GL_SHADER_DISK_CACHE: 1
    __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
description: ''
game_slug: rockstar-games-launcher
gogslug: ''
humblestoreid: ''
installer_slug: rockstar-games-launcher-standalone
name: Rockstar Games Launcher
notes: "in check launch after install and close the installer from rockstar \r\n\r\
  \nwhen complete start it and have fun"
runner: wine
script:
  files:
  - launcher: https://gamedownloads.rockstargames.com/public/installer/Rockstar-Games-Launcher.exe
  game:
    arch: win64
    exe: drive_c/Program Files/Rockstar Games/Launcher/Launcher.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Creating Wine 64-bit Prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: arial
      arch: win64
      name: winetricks
      prefix: $GAMEDIR
  - task:
      arch: win64
      description: Installing the launcher (Don't login, close the window)
      exclude_processes: RockstarService.exe Launcher.exe LauncherPatcher.exe
      executable: launcher
      name: wineexec
      prefix: $GAMEDIR
  - task:
      name: winekill
      prefix: $GAMEDIR
  system:
    env:
      DXVK_HUD: compiler
      __GL_SHADER_DISK_CACHE: 1
      __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
slug: rockstar-games-launcher-standalone
steamid: null
version: Standalone
year: 2019
{
  "game_slug": "rockstar-games-launcher",
  "version": "Standalone",
  "description": "",
  "notes": "in check launch after install and close the installer from rockstar \r\n\r\nwhen complete start it and have fun",
  "name": "Rockstar Games Launcher",
  "year": 2019,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "rockstar-games-launcher-standalone",
  "installer_slug": "rockstar-games-launcher-standalone",
  "script": {
    "files": [
      {
        "launcher": "https://gamedownloads.rockstargames.com/public/installer/Rockstar-Games-Launcher.exe"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "drive_c/Program Files/Rockstar Games/Launcher/Launcher.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating Wine 64-bit Prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "arial",
          "arch": "win64",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win64",
          "description": "Installing the launcher (Don't login, close the window)",
          "exclude_processes": "RockstarService.exe Launcher.exe LauncherPatcher.exe",
          "executable": "launcher",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "name": "winekill",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "system": {
      "env": {
        "DXVK_HUD": "compiler",
        "__GL_SHADER_DISK_CACHE": 1,
        "__GL_SHADER_DISK_CACHE_PATH": "$GAMEDIR"
      }
    }
  }
}
Back to game