diff --git a/csharp/Unity/win.bat b/csharp/Unity/win.bat index 3f838cd4..d86660d5 100755 --- a/csharp/Unity/win.bat +++ b/csharp/Unity/win.bat @@ -1,2 +1,2 @@ "C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" ..\Yoga\Yoga.vcxproj /p:configuration=Release /property:Platform=x64 -xcopy "..\Yoga\x64\Release\yoga.dll" %~dp0 /s /d /y +xcopy "..\Yoga\bin\x64\Release\yoga.dll" %~dp0 /s /d /y