mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-15 13:10:30 +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…
x
Reference in New Issue
Block a user