From 0058760bf84d8ea8d43c6ec5a92f5a091f8b849d Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Thu, 23 Sep 2021 14:41:15 +0800 Subject: [PATCH] [Other] Update build.ps1 --- Other/shadowsocks-rust/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Other/shadowsocks-rust/build.ps1 b/Other/shadowsocks-rust/build.ps1 index 0e6fe8e0..6da307a4 100644 --- a/Other/shadowsocks-rust/build.ps1 +++ b/Other/shadowsocks-rust/build.ps1 @@ -15,7 +15,7 @@ if ( -Not $? ) { exit $lastExitCode } -cp -Force '.target\release\sslocal.exe' '..\release\ss-local.exe' +cp -Force '.\target\release\sslocal.exe' '..\release\ss-local.exe' Pop-Location rm -Recurse -Force src