Skip to content

Commit

Permalink
#2037: DO IT AGAIN part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Mar 14, 2020
1 parent 58fa124 commit 54e1680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-win32.ps1
Expand Up @@ -90,7 +90,7 @@ if (!([string]::IsNullOrEmpty($cert_data)) -and !([string]::IsNullOrEmpty($cert_
}
# Verify the cert and password are good
Write-Output "Verifying certs are good to go..."
Import-PfxCertificate -FilePath "$cert_path" -Password $cert_secure_password -CertStoreLocation "Cert:\LocalMachine\My" -WhatIf
Import-PfxCertificate -FilePath "$cert_path" -Password $cert_secure_password -CertStoreLocation "Cert:\LocalMachine\My"
# If we get this far we should be good!
Write-Output "We can sign!"
$can_sign = $true
Expand Down

0 comments on commit 54e1680

Please sign in to comment.