Commit edbc7dd9 authored by wang's avatar wang

111

parent 83197a43
......@@ -3,7 +3,7 @@ const ffi = require('ffi-napi');
const os = require('os');
if (os.platform() === 'linux') {
path = 'tls-client-linux-ubuntu-amd64-v1.7.2.so';
path = './tls-client-linux-ubuntu-amd64-v1.7.2.so';
} else {
path = './tls-client-arm64.dylib'
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment