From e1432a8d5e8ff68f324916bef956083519c03071 Mon Sep 17 00:00:00 2001 From: Netch Date: Sat, 14 Aug 2021 04:54:37 +0800 Subject: [PATCH] Update build.ps1 --- build.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.ps1 b/build.ps1 index aa21d083..5ea86f25 100644 --- a/build.ps1 +++ b/build.ps1 @@ -66,7 +66,8 @@ msbuild ` '.\RouteHelper\RouteHelper.vcxproj' if ( -Not $? ) { exit $lastExitCode } -cp -Force '.\other\release\aiodns.bin' "$OutputPath\bin" +cp -Force '.\other\release\*.bin' "$OutputPath\bin" +cp -Force '.\other\release\*.exe' "$OutputPath\bin" cp -Force '.\Redirector\bin\Redirector.bin' "$OutputPath\bin" cp -Force '.\RouteHelper\bin\RouteHelper.bin' "$OutputPath\bin"