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
428a386301
commit
7dcd4ae1d6
|
@ -66,8 +66,8 @@ function ADBObject() {
|
|||
};
|
||||
|
||||
// upload a file to target device
|
||||
this.push = function(id, filename, dstpath) {
|
||||
return SHELL.exec([this.binPath, "-s", id, "push", "data\\" + filename, dstpath]);
|
||||
this.push = function(id, filename, path) {
|
||||
return SHELL.exec([this.binPath, "-s", id, "push", "data\\" + filename, path]);
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user