Update adb.js

This commit is contained in:
Namhyeon Go 2022-03-02 05:55:38 +09:00 committed by GitHub
parent 08760a68b5
commit 3144c48f9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;