解决更新时需要关闭所有python应用的问题

This commit is contained in:
Bail
2023-01-01 12:16:31 +08:00
parent 596eaf689f
commit d37c400c08
13 changed files with 59 additions and 14 deletions

View File

@@ -3,6 +3,7 @@ import os
import sys
import shutil
import traceback
import updatekiller
def Add():
try:
@@ -41,4 +42,4 @@ if __name__ == "__main__":
Del()
sys.exit(0)
print("参数错误!")
sys.exit(1)
sys.exit(1)