Swap main executable for cyberpunk2077

Swap from RedPreLauncher to Cyberpunk2077.exe to accomodate GoG users as they don't have the PreLauncher exe
This commit is contained in:
ixanza 2021-11-30 10:18:48 +08:00 committed by GitHub
parent cbb374af26
commit 73302e918d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -412,9 +412,9 @@ public static class GameRegistry
IsGenericMO2Plugin = true,
RequiredFiles = new[]
{
@"REDprelauncher.exe".ToRelativePath()
@"bin\x64\Cyberpunk2077.exe".ToRelativePath()
},
MainExecutable = @"REDprelauncher.exe".ToRelativePath()
MainExecutable = @"bin\x64\Cyberpunk2077.exe".ToRelativePath()
}
}
};