Explorar el Código

Don't copy unhollower libs during unhollowing

ghorsington hace 3 años
padre
commit
f8e1de2397
Se han modificado 1 ficheros con 2 adiciones y 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);