Installer curseforge-change-me
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.
custom-name: CurseForge files: - app: filename: CurseForge - LP-Installer.exe url: https://download.overwolf.com/install/Download?&PartnerId=4047 game: arch: win64 exe: drive_c/users/$USER/Start Menu/Programs/Overwolf/CurseForge.lnk prefix: $GAMEDIR installer: - task: arch: win64 name: create_prefix prefix: $GAMEDIR - task: app: dotnet40 dotnet48 dotnet_verifier description: Installing Dotnet 4.8, could take a long time, 10-20 mn... name: winetricks prefix: $GAMEDIR - task: description: Installing CurseForge App... executable: $app name: wineexec prefix: $GAMEDIR
{ "custom-name": "CurseForge", "files": [ { "app": { "filename": "CurseForge - LP-Installer.exe", "url": "https://download.overwolf.com/install/Download?&PartnerId=4047" } } ], "game": { "arch": "win64", "exe": "drive_c/users/$USER/Start Menu/Programs/Overwolf/CurseForge.lnk", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win64", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "app": "dotnet40 dotnet48 dotnet_verifier", "description": "Installing Dotnet 4.8, could take a long time, 10-20 mn...", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "description": "Installing CurseForge App...", "executable": "$app", "name": "wineexec", "prefix": "$GAMEDIR" } } ] }