1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 19:48:21 +08:00

Update EasyALAS_CLICK_INSTALL.bat

This commit is contained in:
whoamikyo
2020-06-14 12:37:54 -03:00
parent 31dab2ba18
commit ec17a93cc9

View File

@@ -31,7 +31,7 @@ call refreshenv
:: Uninstalling/removing the platform tools older version, if they exists and killing instances of adb if they are running
echo Uninstalling older version
adb kill-server > nul 2>&1
rmdir /Q /S "%PROGRAMFILES%\platform-tools" > nul 2>&1
rmdir /Q /S "%PROGRAMDATA%\chocolatey\lib\adb\tools\platform-tools" > nul 2>&1
echo installing ADB
choco install adb --force -y