xfuture 2.8.9 → 2.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -99,14 +99,14 @@ class xFuture {
99
99
  // 1. Mac 请传 install_helper.sh 和 xfuture_helper 的绝对路径
100
100
  // 2. Windows 请传 "maodou" 固定字符串 和 sysproxy.exe 的绝对路径
101
101
  // 3. workingDir 传所有 geoip 和资源的目录绝对路径
102
- InstallDriver(shell_path, helper_path, workingDir){
102
+ InstallDriver(shell_path, helper_path, workingDir, logDir){
103
103
  this.driver = helper_path;
104
104
  this.workingDir = workingDir;
105
105
  this.shell_path = shell_path;
106
106
  parser.workingDir = workingDir;
107
107
  parser.driver = helper_path;
108
108
  parser.shell_path = shell_path;
109
- ff.InstallDriver(shell_path, helper_path, workingDir);
109
+ ff.InstallDriver(shell_path, helper_path, workingDir, logDir);
110
110
  }
111
111
 
112
112
  GetCurrentStatus(){
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xfuture",
3
- "version": "2.8.9",
3
+ "version": "2.9.1",
4
4
  "description": "electron vpn sdk",
5
5
  "main": "x.js",
6
6
  "scripts": {