Update build script

This commit is contained in:
Natsumi
2025-01-11 13:40:04 +13:00
parent 938fff63d0
commit 5bd6efbbb4
3 changed files with 14 additions and 30 deletions

View File

@@ -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>