mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-12 00:45:14 +00:00
Update shadowsocks.js
This commit is contained in:
parent
80328196f2
commit
6c92ec4149
|
@ -11,7 +11,7 @@ exports.require = global.require;
|
|||
|
||||
var arch = SYS.getArch();
|
||||
|
||||
if(arch.indexOf("64") > -1)) {
|
||||
if(arch.indexOf("64") > -1) {
|
||||
exports.binPath = "bin/shadowsocks-lib-mingw-x86_64/ss-local";
|
||||
} else {
|
||||
exports.binPath = "bin/shadowsocks-lib-mingw-x86/ss-local";
|
||||
|
|
Loading…
Reference in New Issue
Block a user