diff --git a/Other/shadowsocks-rust/build.ps1 b/Other/shadowsocks-rust/build.ps1 index 6da307a4..2b1bf9bc 100644 --- a/Other/shadowsocks-rust/build.ps1 +++ b/Other/shadowsocks-rust/build.ps1 @@ -15,6 +15,8 @@ if ( -Not $? ) { exit $lastExitCode } +tree + cp -Force '.\target\release\sslocal.exe' '..\release\ss-local.exe' Pop-Location