Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsumi-sama committed Jan 11, 2025
1 parent 2597b8c commit b29dc8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion Dotnet/VRCX-Cef.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,15 @@
</Target>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="$(ProjectDir)..\build-tools\Topten.nvpatch.exe --enable VRCX.exe" WorkingDirectory="$(OutDir)" />
<Exec Command="$(ProjectDir)..\build-tools\Topten.nvpatch.exe --enable $(ProjectDir)..\build\Cef\VRCX.exe" />
</Target>

<ItemGroup>
<Content Remove="obj1\**" />
<Compile Remove="obj1\**" />
</ItemGroup>

<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="$(ProjectDir)..\build-scripts\make-junction.cmd" />
</Target>
</Project>
3 changes: 1 addition & 2 deletions build-scripts/make-junction.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
mklink /J "%~dp0\..\build\Cef\html" "%~dp0\..\build\html"
pause
mklink /J "%~dp0\..\build\Cef\html" "%~dp0\..\build\html"

0 comments on commit b29dc8d

Please sign in to comment.