解决更新时需要关闭所有python应用的问题
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user