Update build.ps1

This commit is contained in:
Netch
2021-08-14 04:54:37 +08:00
parent d3033511b6
commit e1432a8d5e

View File

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