mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Try 1001
This commit is contained in:
parent
f6156b6306
commit
24cd4e51b0
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ Function PrepareCertificate() {
|
|||
#$certutilArguments = @('-p', $env:CertificatePassword, '-importpfx', "greenshot.pfx")
|
||||
#Start-Process -wait certutil -ArgumentList $certutilArguments -NoNewWindow
|
||||
|
||||
Import-PfxCertificate –FilePath "greenshot.pfx" -CertStoreLocation Cert:\CurrentUser\My -Password $env:CertificatePassword
|
||||
Get-ChildItem -Path "greenshot.pfx" | Import-PfxCertificate -CertStoreLocation Cert:\CurrentUser\My -Password $env:CertificatePassword
|
||||
}
|
||||
|
||||
# Sign the specify file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue