Skip to content

Commit 44288aa

Browse files
committed
build: fix build script
1 parent f1b9c3c commit 44288aa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build_nightly.ps1

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# ----------- BepInEx Unity IL2CPP CoreCLR -----------
2-
dotnet build src/CinematicUnityExplorer.sln -c Release_BIE_Unity_Cpp -p:IS_CI=true
32
$Path = "Release/CinematicUnityExplorer.BepInEx.Unity.IL2CPP.CoreCLR"
4-
$OutputPath = $Path/output/BepInEx/plugins/CinematicUnityExplorer
3+
$OutputPath = "$Path/output/BepInEx/plugins/CinematicUnityExplorer"
4+
5+
dotnet build src/CinematicUnityExplorer.sln -c Release_BIE_Unity_Cpp -p:IS_CI=true
6+
57
New-Item -ItemType Directory -Path $OutputPath -Force
68

79
# ILRepack

0 commit comments

Comments
 (0)