From 9cfe697cfd6b0bb4b4f51f68954b81631e47d849 Mon Sep 17 00:00:00 2001 From: badlogic Date: Thu, 19 Sep 2019 15:44:52 +0200 Subject: [PATCH] [cocos2dx] Fix VS project to copy resources to new required location on Windows. --- spine-cocos2dx/example/proj.win32/spine-cocos2d-x.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-cocos2dx/example/proj.win32/spine-cocos2d-x.vcxproj b/spine-cocos2dx/example/proj.win32/spine-cocos2d-x.vcxproj index b3decc67e..fa1df7380 100644 --- a/spine-cocos2dx/example/proj.win32/spine-cocos2d-x.vcxproj +++ b/spine-cocos2dx/example/proj.win32/spine-cocos2d-x.vcxproj @@ -99,7 +99,7 @@ if not exist "$(OutDir)" mkdir "$(OutDir)" -xcopy "$(ProjectDir)..\Resources" "$(OutDir)" /D /E /I /F /Y +xcopy "$(ProjectDir)..\Resources" "$(OutDir)\Resources" /D /E /I /F /Y $(TargetName).cab $(TargetFileName)