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