diff --git a/Wabbajack.DTOs/Game/GameRegistry.cs b/Wabbajack.DTOs/Game/GameRegistry.cs index 51ffc1f7..89b6f470 100644 --- a/Wabbajack.DTOs/Game/GameRegistry.cs +++ b/Wabbajack.DTOs/Game/GameRegistry.cs @@ -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() } } };