Skip to content

Commit

Permalink
Updated Cpp2IL to 2022.1.0-pre-release.15
Browse files Browse the repository at this point in the history
  • Loading branch information
HerpDerpinstine committed Jun 26, 2024
1 parent e5b957d commit 623a156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
### v0.6.4

1. Removed Analytics Blocker for causing crashes, will be ported to its own Plugin
2. Temporarily reverted Cpp2IL to 2022.1.0-pre-release.12
2. Updated Cpp2IL to 2022.1.0-pre-release.15

---

Expand Down
2 changes: 1 addition & 1 deletion Dependencies/Il2CppAssemblyGenerator/Packages/Cpp2IL.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ internal Cpp2IL()
Version = RemoteAPI.Info.ForceDumperVersion;
#endif
if (string.IsNullOrEmpty(Version) || Version.Equals("0.0.0.0"))
Version = $"2022.1.0-pre-release.{(MelonUtils.IsWindows ? "12" : "10")}";
Version = $"2022.1.0-pre-release.15";

Name = nameof(Cpp2IL);
Destination = Path.Combine(Core.BasePath, Name);
Expand Down

0 comments on commit 623a156

Please sign in to comment.