Update shadowsocks.js

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

View File

@ -19,7 +19,7 @@ if(arch.indexOf("64") > -1) {
exports.connect = function(host, remotePort, localPort, password, algorithm) {
var commandOptions = [];
commandOptions.push(binPath);
commandOptions.push(exports.binPath);
commandOptions.push("-s");
commandOptions.push(host);
commandOptions.push("-p");