From 5684c450f42c89b65126073b225bcf7ed4b8c352 Mon Sep 17 00:00:00 2001 From: Alekhya Reddy Kommuru Date: Tue, 10 Mar 2020 15:20:10 -0700 Subject: [PATCH] Changed wox to launcher in the build events --- .../launcher/Wox.Infrastructure/Wox.Infrastructure.csproj | 7 +++---- src/modules/launcher/Wox/Wox.csproj | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj b/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj index afb2bb20c1..2597ff8a3b 100644 --- a/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj +++ b/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj @@ -106,10 +106,9 @@ - cd $(SolutionDir)packages\Pinyin4DotNet*\pinyindb\ -xcopy /Y unicode_to_hanyu_pinyin.txt $(TargetDir)pinyindb\ -cd $(SolutionDir)packages\NLog.Schema*\content\ -xcopy /Y NLog.xsd $(TargetDir) + + xcopy /Y $(PkgPinyin4DotNet)\pinyindb\unicode_to_hanyu_pinyin.txt $(TargetDir)pinyindb\ + xcopy /Y $(PkgNLog_Schema)\content\NLog.xsd $(TargetDir)