From a88a61e331407dfefbf897beca11e87ab1e5e9b3 Mon Sep 17 00:00:00 2001 From: antokhio Date: Thu, 17 Oct 2024 19:59:07 +0300 Subject: [PATCH] fix paths --- src/post-build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/post-build.cmd b/src/post-build.cmd index 3806b30..bacf4fe 100644 --- a/src/post-build.cmd +++ b/src/post-build.cmd @@ -1,5 +1,5 @@ echo %1 %2 %3 %4 echo %1bin\%2\%3\%4*.dll -xcopy %1bin\%2\%3\%4\*.dll %1..\..\lib\%2\%4 /h /i /c /k /e /r /y +xcopy %1bin\%2\%3\%4\\*.dll %1..\..\lib\%2\%4 /h /i /c /k /e /r /y xcopy %1..\YogaSharp\yoga\build\Release\*.dll %1..\..\runtimes\win-x64\native /h /i /c /k /e /r /y \ No newline at end of file