mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Use wrong var
This commit is contained in:
parent
634123df89
commit
b8e6cdfb60
1 changed files with 1 additions and 1 deletions
|
@ -46,4 +46,4 @@ Function FillCredentials {
|
|||
FillCredentials
|
||||
|
||||
# Write the certificate to a file
|
||||
[System.Convert]::FromBase64String($env:CertificatePassword) | set-content "greenshot.pfx" -encoding byte
|
||||
[System.Convert]::FromBase64String($env:Certificate) | set-content "greenshot.pfx" -encoding byte
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue