Merge pull request #1749 from ixanza/patch-4

Swap main executable for cyberpunk2077
This commit is contained in:
Timothy Baldridge 2021-12-04 15:25:13 -07:00 committed by GitHub
commit 6e4c51a3ff
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, IsGenericMO2Plugin = true,
RequiredFiles = new[] RequiredFiles = new[]
{ {
@"REDprelauncher.exe".ToRelativePath() @"bin\x64\Cyberpunk2077.exe".ToRelativePath()
}, },
MainExecutable = @"REDprelauncher.exe".ToRelativePath() MainExecutable = @"bin\x64\Cyberpunk2077.exe".ToRelativePath()
} }
} }
}; };