From 95697d12ce210b764af0b33b4f62d25e82cd14ca Mon Sep 17 00:00:00 2001 From: triwinds Date: Thu, 3 Oct 2024 10:03:37 +0800 Subject: [PATCH] a workaround fix for robocopy --- module/updater.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/updater.py b/module/updater.py index 1fe8f98..930adcb 100644 --- a/module/updater.py +++ b/module/updater.py @@ -27,6 +27,8 @@ ) else ( robocopy "" . /MOVE if exist "download/upgrade_files" ( + echo 复制文件中 + timeout /t 5 /nobreak rmdir /s /q "download/upgrade_files" ) echo 启动程序