Skip to content

Commit

Permalink
add zipsign verification to self-update
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Oct 26, 2023
1 parent fdee23c commit 41231ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,7 @@ pub fn qsv_check_for_update(check_only: bool, no_confirm: bool) -> Result<bool,
.show_output(false)
.no_confirm(no_confirm)
.current_version(curr_version)
.verifying_keys([*include_bytes!("qsv-zipsign-public.key")])
.build()
{
Ok(update_job) => match update_job.update() {
Expand Down

0 comments on commit 41231ec

Please sign in to comment.