mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-12 04:31:04 +00:00
Update adb.js
This commit is contained in:
parent
08760a68b5
commit
3144c48f9a
|
@ -6,7 +6,7 @@ var SHELL = require("lib/shell");
|
|||
var SYS = require("lib/system");
|
||||
|
||||
function ADBObject() {
|
||||
this.binPath = "bin\\platform-tools_r33.0.0-windows\platform-tools\\adb.exe";
|
||||
this.binPath = "bin\\platform-tools_r33.0.0-windows\\platform-tools\\adb.exe";
|
||||
|
||||
this.setBinPath = function(binPath) {
|
||||
this.binPath = binPath;
|
||||
|
|
Loading…
Reference in New Issue
Block a user