1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 06:27:20 +08:00

Update alas.bat

added uiautomator2 init again because if the user use easy install without install emulator before will get error
This commit is contained in:
whoamikyo
2020-06-24 13:39:57 -03:00
parent 2e3f48540a
commit 0a67a665bb

View File

@@ -39,8 +39,8 @@ set /p ADB_PORT=<adb_port.ini
echo connecting at %ADB_PORT% echo connecting at %ADB_PORT%
call %ADB% connect %ADB_PORT% call %ADB% connect %ADB_PORT%
::echo initializing uiautomator2 echo initializing uiautomator2
::%~dp0python-3.7.6.amd64/python.exe -m uiautomator2 init call %PYTHON% -m uiautomator2 init
:: timout :: timout
PowerShell -Command "Start-Sleep -s 4" > nul 2>&1 PowerShell -Command "Start-Sleep -s 4" > nul 2>&1