diff --git a/build.ps1 b/build.ps1 index 3bfb8688..aa21d083 100644 --- a/build.ps1 +++ b/build.ps1 @@ -66,7 +66,7 @@ msbuild ` '.\RouteHelper\RouteHelper.vcxproj' if ( -Not $? ) { exit $lastExitCode } -cp -Force '.\other\release\*' "$OutputPath\bin" +cp -Force '.\other\release\aiodns.bin' "$OutputPath\bin" cp -Force '.\Redirector\bin\Redirector.bin' "$OutputPath\bin" cp -Force '.\RouteHelper\bin\RouteHelper.bin' "$OutputPath\bin"