mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
Update build.ps1
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user