From ebee1ff4ce02252cde0d8cfe845144c0f25db6f3 Mon Sep 17 00:00:00 2001 From: Rayllll Date: Thu, 31 Jul 2025 21:01:48 +0800 Subject: [PATCH 1/2] Signed-off-by: Rayllll delete notify action process package --- services/updater_main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/services/updater_main.cpp b/services/updater_main.cpp index d131e848..e9d2ab79 100644 --- a/services/updater_main.cpp +++ b/services/updater_main.cpp @@ -379,9 +379,6 @@ static UpdaterStatus VerifyPackages(UpdaterParams &upParams) { UPDATER_INIT_RECORD; UpdaterStatus status = UPDATE_SUCCESS; - if (NotifyActionResult(upParams, status, {PROCESS_PACKAGE}) != UPDATE_SUCCESS) { - return UPDATE_CORRUPT; - } LOG(INFO) << "Verify packages start..."; UPDATER_UI_INSTANCE.ShowProgressPage(); UPDATER_UI_INSTANCE.ShowUpdInfo(TR(UPD_VERIFYPKG)); -- Gitee From 8c2c43823e1dd2ae6320986812d521847f99a574 Mon Sep 17 00:00:00 2001 From: Rayllll Date: Thu, 31 Jul 2025 13:27:37 +0000 Subject: [PATCH 2/2] update services/updater_main.cpp. Signed-off-by: Rayllll --- services/updater_main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/services/updater_main.cpp b/services/updater_main.cpp index e9d2ab79..5ce2aae5 100644 --- a/services/updater_main.cpp +++ b/services/updater_main.cpp @@ -378,7 +378,6 @@ void ProcessPrgrsSmooth(float beginProgress, float endProgress, UpdaterParams up static UpdaterStatus VerifyPackages(UpdaterParams &upParams) { UPDATER_INIT_RECORD; - UpdaterStatus status = UPDATE_SUCCESS; LOG(INFO) << "Verify packages start..."; UPDATER_UI_INSTANCE.ShowProgressPage(); UPDATER_UI_INSTANCE.ShowUpdInfo(TR(UPD_VERIFYPKG)); -- Gitee