From 0d9e62d531f3f3aa1f8c2d08bd700e9d86ce2e13 Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Thu, 23 Sep 2021 15:10:04 +0800 Subject: [PATCH] [Other] Update build.ps1 --- Other/shadowsocks-rust/build.ps1 | 2 ++ 1 file changed, 2 insertions(+) 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