1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-05-08 23:23:12 +08:00

Merge pull request #152 from whoamikyo/master

Fix: fix bluestacks hyper-v SERIAL load
This commit is contained in:
Kyo
2020-08-11 13:43:18 -03:00
committed by GitHub

View File

@@ -115,7 +115,7 @@ call %ADB% connect %SERIAL_REALTIME%
set "config=%~dp0config\alas.ini" set "config=%~dp0config\alas.ini"
set "configtemp=%~dp0config\alastemp.ini" set "configtemp=%~dp0config\alastemp.ini"
set /a search=104 set /a search=103
set "replace=serial = %SERIAL_REALTIME%" set "replace=serial = %SERIAL_REALTIME%"
(for /f "tokens=1*delims=:" %%a IN ('findstr /n "^" "%config%"') do ( (for /f "tokens=1*delims=:" %%a IN ('findstr /n "^" "%config%"') do (