Skip to content

Commit 26733cf

Browse files
committed
Update MainCommand.cs
1 parent f31e219 commit 26733cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LibraryGenerator/Commands/MainCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public ValueTask ExecuteAsync(IConsole console)
118118
}
119119

120120
int index = 0;
121-
foreach (var chunk in allMangledNames.ChunkBy(65534))
121+
foreach (var chunk in allMangledNames.ChunkBy(65500))
122122
{
123123
// .def and .lib file paths
124124
string defFilePath = Path.Combine(PlatformOutput.FullName, $"Minecraft.Windows.{index}.def");

0 commit comments

Comments
 (0)