Update build.ps1

This commit is contained in:
Netch
2021-08-14 04:51:04 +08:00
parent e978a9bc83
commit 9069b949e8

View File

@@ -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"