From 41231ec831a9ac378809ea5e314a0f6d30302ccf Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Thu, 26 Oct 2023 07:48:31 -0400 Subject: [PATCH] add zipsign verification to self-update --- src/util.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util.rs b/src/util.rs index db527a67d..346acfd3b 100644 --- a/src/util.rs +++ b/src/util.rs @@ -785,6 +785,7 @@ pub fn qsv_check_for_update(check_only: bool, no_confirm: bool) -> Result match update_job.update() {