Skip to content

Commit

Permalink
新增:集成 arm64 架构 adb( 二进制包来自 prife/adb )
Browse files Browse the repository at this point in the history
  • Loading branch information
modstart committed Jan 15, 2025
1 parent ee2cb6e commit 013e9fe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## v0.5.0

- 新增:时间戳获取方法
- 新增:集成 arm64 架构 adb( 二进制包来自 prife/adb )
- 优化:Linux 平台获取 UUID 方法优化

## v0.4.0 投屏时关闭屏幕,工单反馈,文件夹下载,已知问题修复
Expand Down
2 changes: 1 addition & 1 deletion electron/mapi/adb/render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const getBinPath = async () => {
return extraResolve('mac/android-platform-tools/adb')
case 'linux':
if ('arm64' == arch) {
return extraResolve('linux/android-platform-tools/adb')
return extraResolve('linux/android-platform-tools-arm64/adb')
}
return extraResolve('linux/android-platform-tools/adb')
}
Expand Down
Binary file not shown.

0 comments on commit 013e9fe

Please sign in to comment.