android-clt: Fix command path error (#2029)

This commit is contained in:
NoDocCat 2021-10-22 00:14:01 +08:00 committed by GitHub
parent 466ea0949d
commit 1bcea85cbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
" New-Item \"$dir\\platform-tools\" -ItemType Junction -Target \"$(appdir adb $global)\\current\\platform-tools\" | Out-Null",
"}"
],
"env_add_path": "tools\\bin",
"env_add_path": "cmdline-tools\\bin",
"env_set": {
"ANDROID_SDK_ROOT": "$dir"
},