mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-21 19:29:18 +08:00
Fix: fix popup msg box
This commit is contained in:
2
alas.bat
2
alas.bat
@@ -559,7 +559,7 @@ if %LAST_LOCAL_GIT% == %sha% (
|
|||||||
echo Local commit date: %GIT_CTIME%
|
echo Local commit date: %GIT_CTIME%
|
||||||
echo Current Local Branch: %BRANCH%
|
echo Current Local Branch: %BRANCH%
|
||||||
echo ====================================================================================================
|
echo ====================================================================================================
|
||||||
pause
|
popup.exe
|
||||||
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