From 9069b949e8e22818ad4b000a259f2400fe989bf3 Mon Sep 17 00:00:00 2001 From: Netch Date: Sat, 14 Aug 2021 04:51:04 +0800 Subject: [PATCH] Update build.ps1 --- build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"