mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-15 06:01:04 +00:00
Update shadowsocks.js
This commit is contained in:
parent
a25cd35add
commit
8033688c63
|
@ -10,7 +10,6 @@ exports.global = global;
|
||||||
exports.require = global.require;
|
exports.require = global.require;
|
||||||
|
|
||||||
var arch = SYS.getArch();
|
var arch = SYS.getArch();
|
||||||
|
|
||||||
if(arch.indexOf("64") > -1) {
|
if(arch.indexOf("64") > -1) {
|
||||||
exports.binPath = "bin/shadowsocks-lib-mingw-x86_64/ss-local";
|
exports.binPath = "bin/shadowsocks-lib-mingw-x86_64/ss-local";
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user