Installer gog-galaxy-windows
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.
files: - galaxy: https://content-system.gog.com/open_link/download?path=/open/galaxy/client/2.0.46.133/setup_galaxy_2.0.46.133.exe game: args: /runWithoutUpdating /deelevated exe: drive_c/Program Files (x86)/GOG Galaxy/GalaxyClient.exe prefix: $GAMEDIR installer: - task: name: create_prefix prefix: $GAMEDIR - task: executable: galaxy name: wineexec prefix: $GAMEDIR - task: app: mfc140 name: winetricks prefix: $GAMEDIR - task: app: corefonts name: winetricks prefix: $GAMEDIR wine: esync: true
{ "files": [ { "galaxy": "https://content-system.gog.com/open_link/download?path=/open/galaxy/client/2.0.46.133/setup_galaxy_2.0.46.133.exe" } ], "game": { "args": "/runWithoutUpdating /deelevated", "exe": "drive_c/Program Files (x86)/GOG Galaxy/GalaxyClient.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "executable": "galaxy", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "task": { "app": "mfc140", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "app": "corefonts", "name": "winetricks", "prefix": "$GAMEDIR" } } ], "wine": { "esync": true } }