mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 13:17:00 +08:00
Fix: fixed pip log creation
This commit is contained in:
@@ -25,6 +25,9 @@ set datetime=%datetime:~0,8%-%datetime:~8,6%
|
||||
if exist config\alas.ini (
|
||||
echo f | xcopy /y config\alas.ini config\backup\alas_%datetime%.ini > nul
|
||||
)
|
||||
if not exist toolkit\log (
|
||||
md toolkit\log > nul
|
||||
)
|
||||
call command\SystemSet.bat
|
||||
call command\LanguageSet.bat
|
||||
if exist config\alas.ini (
|
||||
|
||||
Reference in New Issue
Block a user