File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
UnityExplorer.Adapters.NightRunners/lib/BepInEx Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ New-Item -ItemType Directory -Path "$Path/output/UserLibs" -Force
1212# ILRepack
1313lib/ 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 / CinematicUnityExplorer.Adapters* .dll - Destination $Path / output/ Mods - Force
15+ Move-Item - Path $Path / CinematicUnityExplorer.Adapters* .dll - Destination $Path / output/ UserLibs - Force
1616Move-Item - Path $Path / UniverseLib.ML.IL2CPP.Interop.dll - Destination $Path / output/ UserLibs - Force
17+ Copy-Item - Path UnityExplorer.Adapters.NightRunners/ lib/ melon/* .dll - Destination $Path / output/ Mods - Force
1718
1819# ----------- BepInEx Unity IL2CPP CoreCLR -----------
1920dotnet build src/ CinematicUnityExplorer.sln - c Release_BIE_Unity_Cpp - p:IS_CI= true
@@ -28,4 +29,4 @@ lib/ILRepack.exe /target:library /lib:lib/net472/BepInEx/build647+ /lib:lib/net6
2829# (cleanup and move files)
2930Move-Item - Path $Path / UniverseLib.BIE.IL2CPP.Interop.dll - Destination $OutputPath - Force
3031Move-Item - Path $Path / CinematicUnityExplorer.Adapters* .dll - Destination $OutputPath - Force
31-
32+ Copy-Item - Path UnityExplorer.Adapters.NightRunners / lib / BepInEx /* .dll - Destination $OutputPath / . . - Force
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ lib/ILRepack.exe /target:library /lib:lib/net472/BepInEx/build647+ /lib:lib/net6
1212# (cleanup and move files)
1313Move-Item - Path $Path / UniverseLib.BIE.IL2CPP.Interop.dll - Destination $OutputPath - Force
1414Move-Item - Path $Path / CinematicUnityExplorer.Adapters* .dll - Destination $OutputPath - Force
15-
15+ Copy-Item - Path UnityExplorer.Adapters.NightRunners / lib / BepInEx /* .dll - Destination $OutputPath / . . - Force
You can’t perform that action at this time.
0 commit comments