1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-27 04:58:22 +08:00

Fix: fix wrong routine on alas.bat

This commit is contained in:
whoamikyo
2020-08-24 15:13:59 -03:00
parent 2eb33c7d01
commit 3c9269414a
2 changed files with 2 additions and 0 deletions

View File

@@ -489,6 +489,7 @@ if errorlevel 1 (
echo Check our wiki for more info echo Check our wiki for more info
pause > NUL pause > NUL
start https://github.com/LmeSzinc/AzurLaneAutoScript/wiki/Installation_en start https://github.com/LmeSzinc/AzurLaneAutoScript/wiki/Installation_en
goto Serial_setting
) else ( ) else (
%pyBin% -m uiautomator2 init %pyBin% -m uiautomator2 init
echo The connection was Successful on SERIAL: %Serial% echo The connection was Successful on SERIAL: %Serial%

View File

@@ -75,6 +75,7 @@ if errorlevel 1 (
echo Check our wiki for more info echo Check our wiki for more info
pause > NUL pause > NUL
start https://github.com/LmeSzinc/AzurLaneAutoScript/wiki/Installation_en start https://github.com/LmeSzinc/AzurLaneAutoScript/wiki/Installation_en
goto Import_Serial
) else ( ) else (
call command\Config.bat Serial %serial_input% call command\Config.bat Serial %serial_input%
call command\ConfigTemplate.bat SerialTemplate %serial_input% call command\ConfigTemplate.bat SerialTemplate %serial_input%