Skip to content

Commit

Permalink
Fixed an issue with older Cpp2IL versions causing a download failure
Browse files Browse the repository at this point in the history
  • Loading branch information
HerpDerpinstine committed Sep 26, 2024
1 parent 4242569 commit e6f7f3b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dependencies/Il2CppAssemblyGenerator/Packages/Cpp2IL.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ internal Cpp2IL()
if (MelonUtils.IsWindows)
{
if (VersionSem < NetCoreMinVersion)
URL += "-Netframework472";
URL += ".exe";
URL += "-Netframework472.zip";
else
URL += ".exe";
}
}

Expand Down

0 comments on commit e6f7f3b

Please sign in to comment.