mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +02:00
Fix build scripts when paths contain a space
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
</Target>
|
||||
|
||||
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
|
||||
<Exec Command="$(ProjectDir)..\build-tools\Topten.nvpatch.exe --enable $(ProjectDir)..\build\Cef\VRCX.exe" />
|
||||
<Exec Command=""$(ProjectDir)..\build-tools\Topten.nvpatch.exe" --enable "$(ProjectDir)..\build\Cef\VRCX.exe"" />
|
||||
</Target>
|
||||
|
||||
<ItemGroup>
|
||||
@@ -121,6 +121,6 @@
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
||||
<Exec Command="$(ProjectDir)..\build-scripts\make-junction.cmd" />
|
||||
<Exec Command=""$(ProjectDir)..\build-scripts\make-junction.cmd"" />
|
||||
</Target>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user