mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 00:09:18 +08:00
Fix: fixed AutoMode not updating automatically
This commit is contained in:
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...
|
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
|
forfiles /P %logFolder% /S /M *.png /D -3 /C "cmd /c del @PATH" 2>nul
|
||||||
popup.exe
|
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?"
|
choice /t 10 /c yn /d y /m "There is an update for ALAS. Download now?"
|
||||||
if errorlevel 2 goto :eof
|
if errorlevel 2 goto :eof
|
||||||
if errorlevel 1 goto Run_UpdateAlas
|
if errorlevel 1 goto Run_UpdateAlas
|
||||||
|
|||||||
Reference in New Issue
Block a user