mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-15 22:07:48 +08:00
change MelonLoader interop packages
Changed MelonLoader interop package to the new UniverseLib melonloader build.
This commit is contained in:
parent
6c0f1041fd
commit
264c84b3ba
@ -33,7 +33,7 @@ Remove-Item $Path/Microsoft.Extensions.Logging.Abstractions.dll
|
|||||||
New-Item -Path "$Path" -Name "Mods" -ItemType "directory" -Force
|
New-Item -Path "$Path" -Name "Mods" -ItemType "directory" -Force
|
||||||
Move-Item -Path $Path/UnityExplorer.ML.IL2CPP.net6preview.interop.dll -Destination $Path/Mods -Force
|
Move-Item -Path $Path/UnityExplorer.ML.IL2CPP.net6preview.interop.dll -Destination $Path/Mods -Force
|
||||||
New-Item -Path "$Path" -Name "UserLibs" -ItemType "directory" -Force
|
New-Item -Path "$Path" -Name "UserLibs" -ItemType "directory" -Force
|
||||||
Move-Item -Path $Path/UniverseLib.IL2CPP.Interop.dll -Destination $Path/UserLibs -Force
|
Move-Item -Path $Path/UniverseLib.IL2CPP.Interop.ML.dll -Destination $Path/UserLibs -Force
|
||||||
# (create zip archive)
|
# (create zip archive)
|
||||||
Remove-Item $Path/../UnityExplorer.MelonLoader.IL2CPP.net6preview.interop.zip -ErrorAction SilentlyContinue
|
Remove-Item $Path/../UnityExplorer.MelonLoader.IL2CPP.net6preview.interop.zip -ErrorAction SilentlyContinue
|
||||||
7z a $Path/../UnityExplorer.MelonLoader.IL2CPP.net6preview.interop.zip .\$Path\*
|
7z a $Path/../UnityExplorer.MelonLoader.IL2CPP.net6preview.interop.zip .\$Path\*
|
||||||
|
@ -95,11 +95,16 @@
|
|||||||
<PackageReference Include="Il2CppAssemblyUnhollower.BaseLib" Version="0.4.22" />
|
<PackageReference Include="Il2CppAssemblyUnhollower.BaseLib" Version="0.4.22" />
|
||||||
<PackageReference Include="UniverseLib.IL2CPP.Unhollower" Version="1.5.1" />
|
<PackageReference Include="UniverseLib.IL2CPP.Unhollower" Version="1.5.1" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup Condition="'$(Configuration)'=='BIE_Cpp_CoreCLR' or '$(Configuration)'=='ML_Cpp_net6_interop'">
|
<ItemGroup Condition="'$(Configuration)'=='BIE_Cpp_CoreCLR'">
|
||||||
<PackageReference Include="Il2CppInterop.Common" Version="1.0.0" />
|
<PackageReference Include="Il2CppInterop.Common" Version="1.0.0" />
|
||||||
<PackageReference Include="Il2CppInterop.Runtime" Version="1.0.0" />
|
<PackageReference Include="Il2CppInterop.Runtime" Version="1.0.0" />
|
||||||
<PackageReference Include="UniverseLib.IL2CPP.Interop" Version="1.5.1" />
|
<PackageReference Include="UniverseLib.IL2CPP.Interop" Version="1.5.1" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup Condition="'$(Configuration)'=='ML_Cpp_net6_interop'">
|
||||||
|
<PackageReference Include="Il2CppInterop.Common" Version="1.0.0" />
|
||||||
|
<PackageReference Include="Il2CppInterop.Runtime" Version="1.0.0" />
|
||||||
|
<PackageReference Include="UniverseLib.IL2CPP.Interop.ML" Version="1.5.1" />
|
||||||
|
</ItemGroup>
|
||||||
<!-- mono nuget -->
|
<!-- mono nuget -->
|
||||||
<ItemGroup Condition="'$(Configuration)'=='BIE6_Mono' or '$(Configuration)'=='BIE5_Mono' or '$(Configuration)'=='ML_Mono' or '$(Configuration)'=='STANDALONE_Mono'">
|
<ItemGroup Condition="'$(Configuration)'=='BIE6_Mono' or '$(Configuration)'=='BIE5_Mono' or '$(Configuration)'=='ML_Mono' or '$(Configuration)'=='STANDALONE_Mono'">
|
||||||
<PackageReference Include="UniverseLib.Mono" Version="1.5.1" />
|
<PackageReference Include="UniverseLib.Mono" Version="1.5.1" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user