From 998b0488df8749af319e85cd7ea5d4de32bc4307 Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Thu, 23 Sep 2021 21:33:12 +0800 Subject: [PATCH] [Other] Update build.ps1 --- Other/shadowsocks-rust/build.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/Other/shadowsocks-rust/build.ps1 b/Other/shadowsocks-rust/build.ps1 index 5f24b52f..a6493f70 100644 --- a/Other/shadowsocks-rust/build.ps1 +++ b/Other/shadowsocks-rust/build.ps1 @@ -15,8 +15,6 @@ if ( -Not $? ) { exit $lastExitCode } -tree - cp -Force '.\target\release\sslocal.exe' '..\..\release\ss-local.exe' Pop-Location