Skip to content

Commit

Permalink
update ss-local fix shadowsocks#161
Browse files Browse the repository at this point in the history
  • Loading branch information
qinyuhang committed Jun 1, 2017
1 parent 5017884 commit 03957fd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ShadowsocksX-NG/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion ShadowsocksX-NG/LaunchAgentUtils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import Foundation

let SS_LOCAL_VERSION = "2.5.6.7.static"
let SS_LOCAL_VERSION = "2.5.6.8.static"
let PRIVOXY_VERSION = "3.0.26.static"
let APP_SUPPORT_DIR = "/Library/Application Support/ShadowsocksX-NG/"
let LAUNCH_AGENT_DIR = "/Library/LaunchAgents/"
Expand Down
2 changes: 1 addition & 1 deletion ShadowsocksX-NG/install_ss_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


cd `dirname "${BASH_SOURCE[0]}"`
ssLocalVersion=2.5.6.7.static
ssLocalVersion=2.5.6.8.static
mkdir -p "$HOME/Library/Application Support/ShadowsocksX-NG/ss-local-$ssLocalVersion"
cp -f ss-local "$HOME/Library/Application Support/ShadowsocksX-NG/ss-local-$ssLocalVersion/"
rm -f "$HOME/Library/Application Support/ShadowsocksX-NG/ss-local"
Expand Down
Binary file modified ShadowsocksX-NG/ss-local
Binary file not shown.

0 comments on commit 03957fd

Please sign in to comment.