From b55741e7a819e231ddd0d9211feb936bd6178d9c Mon Sep 17 00:00:00 2001 From: Changhua Date: Sun, 21 Apr 2024 21:14:13 +0800 Subject: [PATCH] Copy dlls to python client --- WeChatFerry/sdk/SDK.vcxproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WeChatFerry/sdk/SDK.vcxproj b/WeChatFerry/sdk/SDK.vcxproj index be6bfb4..5c17179 100644 --- a/WeChatFerry/sdk/SDK.vcxproj +++ b/WeChatFerry/sdk/SDK.vcxproj @@ -178,7 +178,8 @@ sdk.def - xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)Out + xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)Out +xcopy /y $(OutDir)$(TargetFileName) $(SolutionDir)..\clients\python\wcferry Copy files