From 3144a54c5bce93b46999a0fee36a101bd792f4d6 Mon Sep 17 00:00:00 2001 From: qianlifeng Date: Sun, 17 Aug 2014 16:15:01 +0800 Subject: [PATCH] Including PythonHome in CI building --- Wox/Wox.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Wox/Wox.csproj b/Wox/Wox.csproj index ca4ac05fa9..e85b5af86d 100644 --- a/Wox/Wox.csproj +++ b/Wox/Wox.csproj @@ -384,7 +384,8 @@ xcopy /Y $(ProjectDir)Themes\* $(TargetDir)Themes\ xcopy /Y /E $(ProjectDir)Images\* $(TargetDir)Images\ -del /s /q "$(TargetDir)*.xml" +del /s /q "$(TargetDir)*.xml" +xcopy /Y /D /E $(SolutionDir)PythonHome\* $(TargetDir)PythonHome\