android-clt: Fix env_add_path

Closes #3571
This commit is contained in:
Rashil Gandhi 2022-05-12 19:54:52 +05:30 committed by GitHub
parent 472900e564
commit d91e30eba2
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": "cmdline-tools\\latest\\bin",
"env_add_path": "cmdline-tools\\bin",
"env_set": {
"ANDROID_SDK_ROOT": "$dir"
},