Skip to content

Commit

Permalink
更新libev
Browse files Browse the repository at this point in the history
  • Loading branch information
qinyuhang committed Aug 3, 2017
1 parent 25d2dfd commit e94ba06
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
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.10.static"
let SS_LOCAL_VERSION = "2.5.6.11.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.10.static
ssLocalVersion=2.5.6.11.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 e94ba06

Please sign in to comment.