From a2dc475653a8a72803174fb473c8a58a89abb35a Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Thu, 23 Sep 2021 20:21:39 +0800 Subject: [PATCH] [Other] Update build.ps1 --- Other/simple-obfs/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Other/simple-obfs/build.ps1 b/Other/simple-obfs/build.ps1 index 187ef6fe..c87547f7 100644 --- a/Other/simple-obfs/build.ps1 +++ b/Other/simple-obfs/build.ps1 @@ -1,6 +1,6 @@ Push-Location (Split-Path $MyInvocation.MyCommand.Path -Parent) -git clone https://github.com/shadowsocksrr/shadowsocksr-libev -b 'Akkariiin/develop' src +git clone https://github.com/shadowsocks/simple-obfs src if ( -Not $? ) { Pop-Location exit $lastExitCode