Skip to content

Commit

Permalink
update:build ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
yukieiji committed Jan 31, 2024
1 parent 0b5ccaa commit aaa2280
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.x'
# Run UniverseLib build script
- name: Build UniverseLib
run: ./build.ps1
working-directory: ./UniverseLib
# Run build script
- name: Build UE
run: ./build.ps1
Expand Down
5 changes: 5 additions & 0 deletions build.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
cd UniverseLib
.\build.ps1
cd ..


# ----------- MelonLoader IL2CPP (net6) -----------
dotnet build src/UnityExplorer.sln -c Release_ML_Cpp_net6preview
$Path = "Release\UnityExplorer.MelonLoader.IL2CPP.net6preview"
Expand Down

0 comments on commit aaa2280

Please sign in to comment.