mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Opt: Added checking if the Serial in real time has been changed
- if False this step will be skipped to avoid rewrite alas.ini with no reason, this change its only for Bluestacks Hyper-V users.
This commit is contained in:
@@ -33,6 +33,7 @@ call command\LanguageSet.bat
|
||||
if exist config\alas.ini (
|
||||
for /f "tokens=3 delims= " %%i in ('findstr /i "github_token" config\alas.ini') do ( set "GithubToken=%%i" )
|
||||
for /f "tokens=3 delims= " %%i in ('findstr /i "serial" config\alas.ini') do ( set "SerialAlas=%%i" )
|
||||
for /f "tokens=3 delims= " %%i in ('findstr /i "package_name" config\alas.ini') do ( set "PackageName=%%i" )
|
||||
)
|
||||
if exist config\template.ini (
|
||||
for /f "tokens=3 delims= " %%i in ('findstr /i "serial" config\template.ini') do ( set "SerialTemplate=%%i" )
|
||||
|
||||
Reference in New Issue
Block a user