Upgrade embed ss-local from v3.1.3 to v3.2.0

The new version ss-local would create plugin proccess with inherited env variable.
This commit is contained in:
Qiu Yuzhou
2018-09-16 00:36:53 +08:00
parent 3616b19652
commit dbcd27833c
6 changed files with 8 additions and 11 deletions

View File

@ -10,7 +10,7 @@
cd `dirname "${BASH_SOURCE[0]}"`
NGDir="$HOME/Library/Application Support/ShadowsocksX-NG"
TargetDir="$NGDir/ss-local-3.1.3"
TargetDir="$NGDir/ss-local-3.2.0"
LatestTargetDir="$NGDir/ss-local-latest"
echo ngdir: ${NGDir}
@ -23,8 +23,9 @@ ln -s "$TargetDir" "$LatestTargetDir"
cp -f libev.4.dylib "$TargetDir"
# 2.8.0 https://bintray.com/homebrew/bottles/mbedtls
cp -f libmbedcrypto.2.8.0.dylib "$TargetDir"
ln -sfh "$TargetDir/libmbedcrypto.2.8.0.dylib" "$TargetDir/libmbedcrypto.1.dylib"
cp -f libmbedcrypto.2.12.0.dylib "$TargetDir"
ln -sfh "$TargetDir/libmbedcrypto.2.12.0.dylib" "$TargetDir/libmbedcrypto.2.dylib"
ln -sfh "$TargetDir/libmbedcrypto.2.12.0.dylib" "$TargetDir/libmbedcrypto.3.dylib"
# 8.42 https://bintray.com/homebrew/bottles/pcre
cp -f libpcre.1.dylib "$TargetDir"

Binary file not shown.

Binary file not shown.

Binary file not shown.