files:
- indiegalasetup: https://content.indiegalacdn.com/common/IGClientSetup.exe
game:
exe: drive_c/Program Files/IGClient/IGClient.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
name: create_prefix
prefix: $GAMEDIR
- task:
app: corefonts
description: Installing dependencies
name: winetricks
prefix: $GAMEDIR
- task:
executable: indiegalasetup
name: wineexec
prefix: $GAMEDIR
return_code: 0
system:
env:
GDK_BACKEND: x11
description: ''
game_slug: indiegala-client
gogslug: ''
humblestoreid: ''
installer_slug: indiegala-client-lts
name: IndieGala Client
notes: On Wayland compositors (Hyprland, Sway, etc.), the installer GUI may not appear.
If this happens, either run Lutris with "GDK_BACKEND=x11" or install once on an
X11 session and copy the prefix.
runner: wine
script:
files:
- indiegalasetup: https://content.indiegalacdn.com/common/IGClientSetup.exe
game:
exe: drive_c/Program Files/IGClient/IGClient.exe
prefix: $GAMEDIR
installer:
- task:
arch: win64
name: create_prefix
prefix: $GAMEDIR
- task:
app: corefonts
description: Installing dependencies
name: winetricks
prefix: $GAMEDIR
- task:
executable: indiegalasetup
name: wineexec
prefix: $GAMEDIR
return_code: 0
system:
env:
GDK_BACKEND: x11
slug: indiegala-client-lts
steamid: null
version: LTS
year: null
{
"game_slug": "indiegala-client",
"version": "LTS",
"description": "",
"notes": "On Wayland compositors (Hyprland, Sway, etc.), the installer GUI may not appear. If this happens, either run Lutris with \"GDK_BACKEND=x11\" or install once on an X11 session and copy the prefix.",
"name": "IndieGala Client",
"year": null,
"steamid": null,
"gogslug": "",
"humblestoreid": "",
"runner": "wine",
"slug": "indiegala-client-lts",
"installer_slug": "indiegala-client-lts",
"script": {
"files": [
{
"indiegalasetup": "https://content.indiegalacdn.com/common/IGClientSetup.exe"
}
],
"game": {
"exe": "drive_c/Program Files/IGClient/IGClient.exe",
"prefix": "$GAMEDIR"
},
"installer": [
{
"task": {
"arch": "win64",
"name": "create_prefix",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"app": "corefonts",
"description": "Installing dependencies",
"name": "winetricks",
"prefix": "$GAMEDIR"
}
},
{
"task": {
"executable": "indiegalasetup",
"name": "wineexec",
"prefix": "$GAMEDIR",
"return_code": 0
}
}
],
"system": {
"env": {
"GDK_BACKEND": "x11"
}
}
}
}