Update shadowsocks.js

This commit is contained in:
Namhyeon Go 2020-07-25 18:11:05 +09:00 committed by GitHub
parent 80328196f2
commit 6c92ec4149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";