Update shadowsocks.js

This commit is contained in:
Namhyeon Go 2020-07-25 18:24:24 +09:00 committed by GitHub
parent a25cd35add
commit 8033688c63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,6 @@ exports.global = global;
exports.require = global.require;
var arch = SYS.getArch();
if(arch.indexOf("64") > -1) {
exports.binPath = "bin/shadowsocks-lib-mingw-x86_64/ss-local";
} else {