diff --git a/src/modules/launcher/Wox.Core/Wox.Core.csproj b/src/modules/launcher/Wox.Core/Wox.Core.csproj
index bb5fbdc3cf..4245299722 100644
--- a/src/modules/launcher/Wox.Core/Wox.Core.csproj
+++ b/src/modules/launcher/Wox.Core/Wox.Core.csproj
@@ -20,7 +20,7 @@
true
full
false
- ..\Output\Debug\
+ ..\..\..\..\x64\Debug\modules\Wox\
DEBUG;TRACE
prompt
4
diff --git a/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj b/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj
index 16194a35a7..6931164206 100644
--- a/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj
+++ b/src/modules/launcher/Wox.Infrastructure/Wox.Infrastructure.csproj
@@ -18,7 +18,7 @@
true
full
false
- ..\Output\Debug\
+ ..\..\..\..\x64\Debug\modules\Wox\
DEBUG;TRACE
prompt
4
@@ -106,9 +106,10 @@
-
- xcopy /Y $(PkgPinyin4DotNet)\pinyindb\unicode_to_hanyu_pinyin.txt $(TargetDir)pinyindb\
- xcopy /Y $(PkgNLog_Schema)\content\NLog.xsd $(TargetDir)
+ 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)