Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
x931890193 committed Aug 31, 2022
1 parent bcea7da commit 5d07ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ func pathExists(path string) (bool, error) {
func AdbPath() string {
// so ugly
currentPath := getCurrentFile()
platform := Windows
platform := runtime.GOOS
adbPath := ""
subPath := "mac"
url := macAdbURL
Expand Down

0 comments on commit 5d07ec5

Please sign in to comment.