mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: fixed AutoMode not updating automatically
This commit is contained in:
parent
cc1acc7d22
commit
36abf2132f
2
alas.bat
2
alas.bat
@ -1074,7 +1074,7 @@ if %LAST_LOCAL_GIT% == %sha% (
|
||||
echo. && echo == ^| Deleting older .PNG under Log folder, it may take while, it depends on the amount of files you have...
|
||||
forfiles /P %logFolder% /S /M *.png /D -3 /C "cmd /c del @PATH" 2>nul
|
||||
popup.exe
|
||||
rem if %AutoMode%=="enable" goto Run_UpdateAlas
|
||||
if %AutoMode%=="enable" goto Run_UpdateAlas
|
||||
choice /t 10 /c yn /d y /m "There is an update for ALAS. Download now?"
|
||||
if errorlevel 2 goto :eof
|
||||
if errorlevel 1 goto Run_UpdateAlas
|
||||
|
||||
Loading…
Reference in New Issue
Block a user