feat: 新增 Go_Updater 独立更新器

This commit is contained in:
DLmaster361
2025-07-31 20:47:49 +08:00
parent 3d9471779a
commit 52468928c6
2 changed files with 11 additions and 1 deletions

View File

@@ -366,6 +366,15 @@ class AUTO_MAA(MSFluentWindow):
except Exception:
pass
# 恢复Go_Updater独立更新器
if (Config.app_path / "AUTO_MAA_Go_Updater_install.exe").exists():
try:
(Config.app_path / "AUTO_MAA_Go_Updater_install.exe").rename(
"AUTO_MAA_Go_Updater.exe"
)
except Exception:
pass
# 检查密码
self.setting.check_PASSWORD()