Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jqnatividad/qsv
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Oct 26, 2023
2 parents 41299d1 + 1d346b0 commit b64cb47
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 22 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ self_update = { version = "0.39", features = [
"archive-zip",
"compression-zip-deflate",
"rustls",
"signatures",
], default-features = false, optional = true }
semver = "1"
serde = { version = "1", features = ["derive"] }
Expand Down
Binary file added src/qsv-zipsign-public.key
Binary file not shown.
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 b64cb47

Please sign in to comment.