mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 01:31:20 +00:00
android-clt: Fix command path error (#2029)
This commit is contained in:
parent
466ea0949d
commit
1bcea85cbc
@ -14,7 +14,7 @@
|
|||||||
" New-Item \"$dir\\platform-tools\" -ItemType Junction -Target \"$(appdir adb $global)\\current\\platform-tools\" | Out-Null",
|
" 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": {
|
"env_set": {
|
||||||
"ANDROID_SDK_ROOT": "$dir"
|
"ANDROID_SDK_ROOT": "$dir"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user