Skip to content

Commit

Permalink
Updated Cpp2IL to v2021.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HerpDerpinstine committed Jul 24, 2021
1 parent 1eee251 commit fda2319
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 @@ -28,7 +28,7 @@

1. Fixed Issue with Mono Library Scanning.
2. Updated HarmonyX to v2.5.1.
3. Updated Cpp2IL to v2021.2.2.
3. Updated Cpp2IL to v2021.2.4.
4. Fixed Issue with Assembly Generator not responding to RemoteAPI when Forcing Dumper Version.

---
Expand Down
2 changes: 1 addition & 1 deletion Il2CppAssemblyGenerator/Packages/Cpp2IL.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ internal Cpp2IL()
if (string.IsNullOrEmpty(Version) || Version.Equals("0.0.0.0"))
Version = RemoteAPI.Info.ForceDumperVersion;
if (string.IsNullOrEmpty(Version) || Version.Equals("0.0.0.0"))
Version = "2021.2.2";
Version = "2021.2.4";
string exe_name = $"Cpp2IL-{Version}-Windows.exe";
URL = $"https://github.com/SamboyCoding/Cpp2IL/releases/download/{Version}/{exe_name}";
Destination = Path.Combine(Core.BasePath, "Cpp2IL");
Expand Down

0 comments on commit fda2319

Please sign in to comment.