From e127c353f6c5b10c6f67430d24ac9fd2e890065a Mon Sep 17 00:00:00 2001
From: TheLonelyShepherd <34137230+TheLonelyShepherd@users.noreply.github.com>
Date: Tue, 12 Dec 2017 17:50:22 +0800
Subject: [PATCH] bugfix (#18547)
---
.../proj.win32/game-controller-test.vcxproj | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tests/game-controller-test/proj.win32/game-controller-test.vcxproj b/tests/game-controller-test/proj.win32/game-controller-test.vcxproj
index 3c8a8cd7c9..3ea8c11aad 100644
--- a/tests/game-controller-test/proj.win32/game-controller-test.vcxproj
+++ b/tests/game-controller-test/proj.win32/game-controller-test.vcxproj
@@ -104,8 +104,7 @@
xcopy "$(ProjectDir)..\Resources" "$(OutDir)" /D /E /I /F /Y
-xcopy "$(OutDir)..\*.dll" "$(OutDir)" /D /Y
-xcopy "D:\bamtang\git\cocos2d-x\tests\game-controller-test\Resources\ipadhd" "$(OutDir)" /D /E /I /F /Y
+xcopy "$(OutDir)..\*.dll" "$(OutDir)" /D /Y
Copy files