File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ cd UniverseLib
33cd ..
44
55# ----------- MelonLoader IL2CPP CoreCLR (net6) -----------
6- dotnet build src/ CinematicUnityExplorer.sln - c Release_ML_Cpp_CoreCLR - p:IS_CI= true
7- $Path = " Release\CinematicUnityExplorer.MelonLoader.IL2CPP.CoreCLR"
6+ # dotnet build src/CinematicUnityExplorer.sln -c Release_ML_Cpp_CoreCLR -p:IS_CI=true
7+ # $Path = "Release\CinematicUnityExplorer.MelonLoader.IL2CPP.CoreCLR"
88
9- New-Item - ItemType Directory - Path " $Path /output/Mods" - Force
10- New-Item - ItemType Directory - Path " $Path /output/UserLibs" - Force
9+ # New-Item -ItemType Directory -Path "$Path/output/Mods" -Force
10+ # New-Item -ItemType Directory -Path "$Path/output/UserLibs" -Force
1111
12- # ILRepack
13- lib/ ILRepack.exe / target:library / lib:lib/ net6 / lib:lib/ interop / lib:$Path / internalize / out:$Path / output/ Mods/ CinematicUnityExplorer.ML.IL2CPP.CoreCLR.dll $Path / CinematicUnityExplorer.ML.IL2CPP.CoreCLR.dll $Path / mcs.dll
12+ # # ILRepack
13+ # lib/ILRepack.exe /target:library /lib:lib/net6 /lib:lib/interop /lib:$Path /internalize /out:$Path/output/Mods/CinematicUnityExplorer.ML.IL2CPP.CoreCLR.dll $Path/CinematicUnityExplorer.ML.IL2CPP.CoreCLR.dll $Path/mcs.dll
1414
15- Move-Item - Path $Path / UniverseLib.ML.IL2CPP.Interop.dll - Destination $Path / output/ UserLibs - Force
15+ # Move-Item -Path $Path/UniverseLib.ML.IL2CPP.Interop.dll -Destination $Path/output/UserLibs -Force
1616
1717# ----------- BepInEx Unity IL2CPP CoreCLR -----------
1818dotnet build src/ CinematicUnityExplorer.sln - c Release_BIE_Unity_Cpp - p:IS_CI= true
You can’t perform that action at this time.
0 commit comments