Skip to content

Commit

Permalink
🐛 修复重启脚本残留的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
AquamarineCyan committed Dec 7, 2023
1 parent 58b77e3 commit 08b68e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
- 移除更新升级过程中的`任意键`
- 减少图像轮询产生的日志

### Bug 修复

- 修复重启脚本残留的问题

## v1.7.10 - 2023-11-14

### 新功能
Expand Down
1 change: 1 addition & 0 deletions src/utils/restart.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def write_restart_bat(self) -> None:
echo Continue restart...
timeout /T 3 /NOBREAK
start {self.app_exe_name}
del %0
"""
self.save(bat_text)

Expand Down

0 comments on commit 08b68e5

Please sign in to comment.