Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG committed Feb 28, 2024
1 parent 81f46d1 commit 4d00c20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added windows/cygwin.kbx
Binary file not shown.
4 changes: 2 additions & 2 deletions windows/cygwin.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ try {
Write-Host "Listing keys in ${PSScriptRoot}\cygwin.gpg"
Get-ChildItem -Force "${PSScriptRoot}\cygwin.gpg"
& $GPG -vvvvv --debug-all --no-default-keyring `
--keyring "gnupg-ring:${PSScriptRoot}\cygwin.gpg" `
--keyring "${PSScriptRoot}\cygwin.kbx" `
--list-keys
Write-Host "... ok?"
& $GPG --quiet --no-default-keyring `
--keyring "${PSScriptRoot}\cygwin.gpg" `
--keyring "${PSScriptRoot}\cygwin.kbx" `
--verify "${Cygwin}\${Setup}.sig" "${Cygwin}\${Setup}"
if ($LastExitCode -ne 0) {
throw "GPG signature verification failed"
Expand Down

0 comments on commit 4d00c20

Please sign in to comment.