1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-23 09:48:01 +08:00

Fix: Fix wrong command in alas.bat

This commit is contained in:
whoamikyo
2020-06-21 18:29:26 -03:00
parent 0b7e1e842f
commit 99aabeef39
2 changed files with 2 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ REM Change to your emulator port
adb connect 127.0.0.1:5565
echo initializing uiautomator2
python -m uiautomator2 init
%~dp0python/python.exe -m uiautomator2 init
:: timout
PowerShell -Command "Start-Sleep -s 3" > nul 2>&1