@@ -85,9 +85,9 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserNotificationCenterDele
8585 " LocalSocks5.EnableUDPRelay " : NSNumber ( value: false as Bool ) ,
8686 " LocalSocks5.EnableVerboseMode " : NSNumber ( value: false as Bool ) ,
8787 " GFWListURL " : " https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt " ,
88- " ACLWhiteListURL " : " https://raw.githubusercontent.com/shadowsocksr/shadowsocksr -libev/master/acl/chn.acl " ,
89- " ACLAutoListURL " : " https://raw.githubusercontent.com/shadowsocksr/shadowsocksr -libev/master/acl/gfwlist.acl " ,
90- " ACLProxyBackCHNURL " : " https://raw.githubusercontent.com/shadowsocksr/ShadowsocksX-NG/develop /ShadowsocksX-NG/backchn .acl " ,
88+ " ACLWhiteListURL " : " https://raw.githubusercontent.com/shadowsocks/shadowsocks -libev/master/acl/chn.acl " ,
89+ " ACLAutoListURL " : " https://raw.githubusercontent.com/shadowsocks/shadowsocks -libev/master/acl/gfwlist.acl " ,
90+ " ACLProxyBackCHNURL " : " https://raw.githubusercontent.com/shadowsocks/shadowsocks-libev/master /ShadowsocksX-NG/server_block_chn .acl " ,
9191 " AutoConfigureNetworkServices " : NSNumber ( value: true as Bool ) ,
9292 " LocalHTTP.ListenAddress " : " 127.0.0.1 " ,
9393 " LocalHTTP.ListenPort " : NSNumber ( value: 1087 as UInt16 ) ,
@@ -759,7 +759,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserNotificationCenterDele
759759 let alertResult = versionChecker. showAlertView ( Title: newVersion [ " Title " ] as! String , SubTitle: newVersion [ " SubTitle " ] as! String , ConfirmBtn: newVersion [ " ConfirmBtn " ] as! String , CancelBtn: newVersion [ " CancelBtn " ] as! String )
760760 print ( alertResult)
761761 if ( newVersion [ " newVersion " ] as! Bool && alertResult == 1000 ) {
762- NSWorkspace . shared ( ) . open ( URL ( string: " https://github.com/shadowsocksr /ShadowsocksX-NG/releases " ) !)
762+ NSWorkspace . shared ( ) . open ( URL ( string: " https://github.com/qinyuhang /ShadowsocksX-NG-R /releases " ) !)
763763 }
764764 }
765765 }
0 commit comments