Explorar o código

Don't copy unhollower libs during unhollowing

ghorsington %!s(int64=3) %!d(string=hai) anos
pai
achega
f8e1de2397
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      BepInEx.IL2CPP/ProxyAssemblyGenerator.cs

+ 2 - 1
BepInEx.IL2CPP/ProxyAssemblyGenerator.cs

@@ -147,7 +147,8 @@ namespace BepInEx.IL2CPP
 					MscorlibPath = Path.Combine(Paths.GameRootPath, "mono", "Managed", "mscorlib.dll"),
 					SourceDir = Path.Combine(tempDumperDirectory, "DummyDll"),
 					OutputDir = Preloader.IL2CPPUnhollowedPath,
-					UnityBaseLibsDir = unityBaseLibDir
+					UnityBaseLibsDir = unityBaseLibDir,
+					NoCopyUnhollowerLibs = true
 				};
 
 				AssemblyUnhollower.Program.Main(unhollowerOptions);