Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
antokhio committed Oct 17, 2024
1 parent af5723d commit a88a61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/post-build.cmd
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a88a61e

Please sign in to comment.