Skip to content

Commit 0b20ddd

Browse files
committed
Update MainCommand.cs
1 parent 246d30b commit 0b20ddd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

LibraryGenerator/Commands/MainCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ public ValueTask ExecuteAsync(IConsole console)
135135
}
136136

137137
Logger.Debug($"Library 'Minecraft.Windows.{index}.lib' generated succesfully.");
138-
File.Delete(defFilePath); // Clean up .def file
139138
File.Delete(Path.ChangeExtension(defFilePath, ".exp")); // Clean up .exp file
140139
index++;
141140
}

0 commit comments

Comments
 (0)