mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-12-07 23:03:40 +00:00
Fix the file path in adb.js
Fix the file path in adb.js
This commit is contained in:
parent
fc7a13ceba
commit
95235d4e5f
|
|
@ -91,7 +91,7 @@ function ADBObject() {
|
||||||
};
|
};
|
||||||
|
|
||||||
// set the binary path
|
// set the binary path
|
||||||
this.binPath = SYS.getAppDataDir() + "\\android_platform_tools\\adb.exe";
|
this.binPath = SYS.getAppDataDir() + "\\android_platform_tools\\platform-tools\\adb.exe";
|
||||||
this._interface.setPrefix(this.binPath);
|
this._interface.setPrefix(this.binPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user