mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Trying to fix certutil call.
This commit is contained in:
parent
6b650b3eee
commit
863fb6c007
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ Function MD5($filename) {
|
|||
Function PrepareCertificate() {
|
||||
$decodedContentBytes = [System.Convert]::FromBase64String($env:Certificate)
|
||||
$decodedContentBytes | set-content "greenshot.pfx" -encoding byte
|
||||
certutil -f -p $env:CertificatePassword -importpfx "greenshot.pfx"
|
||||
certutil -p "$env:CertificatePassword" -importpfx -f "greenshot.pfx" NoExport
|
||||
}
|
||||
|
||||
# Sign the file with Signtool before they are packed in the installer / .zip etc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue