Skip to content

Commit

Permalink
a workaround fix for robocopy
Browse files Browse the repository at this point in the history
  • Loading branch information
triwinds committed Oct 3, 2024
1 parent 31c21f6 commit 95697d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions module/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
) else (
robocopy "<upgrade_files_folder>" . /MOVE
if exist "download/upgrade_files" (
echo 复制文件中
timeout /t 5 /nobreak
rmdir /s /q "download/upgrade_files"
)
echo 启动程序
Expand Down

0 comments on commit 95697d1

Please sign in to comment.