Skip to content

Commit

Permalink
fix: 更改adb的位置防止无法找到adb
Browse files Browse the repository at this point in the history
  • Loading branch information
Night-stars-1 committed Apr 10, 2024
1 parent 897c71c commit 70c0292
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Config(QConfig):
# uuid
uuid = ConfigItem("Global", "uuid", "", None)
goodsType = ConfigItem("Global", "goodsType", False, BoolValidator())
adbPath = ConfigItem("Global", "adbPath", "core\\lib\\adb", None)
adbPath = ConfigItem("Global", "adbPath", "resources\\lib\\adb", None)
adbOrder = ConfigItem("Global", "adbOrder", "127.0.0.1:7555", None)

# main window
Expand Down
2 changes: 1 addition & 1 deletion core/adb.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
STOP = False


def connect(order="127.0.0.1:7555", path="core\\lib\\adb"):
def connect(order="127.0.0.1:7555", path="resources\\lib\\adb"):
"""
说明:
连接ADB
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 70c0292

Please sign in to comment.