This commit is contained in:
dengrb1
2023-04-28 21:45:09 +08:00
committed by GitHub
parent 01d119f56b
commit 5dce70d5d9

View File

@@ -43,8 +43,8 @@ def lbb():
pass pass
def update(): def update():
if os.path.exists("{ml}\update.exe"): if os.path.exists("{ml}\\update.exe"):
os.system("start {ml}\update.exe") os.system("start {ml}\\update.exe")
else: else:
messagebox.showerror('update', '更新日志文件丢失,请检查文件并重新安装') messagebox.showerror('update', '更新日志文件丢失,请检查文件并重新安装')
pass pass