From b8e6cdfb602024caddab06d6b7dfb97aedf47cd4 Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 15 Aug 2016 21:47:03 +0200 Subject: [PATCH] Use wrong var --- prebuild.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prebuild.ps1 b/prebuild.ps1 index 0390a669c..8e9161b19 100644 --- a/prebuild.ps1 +++ b/prebuild.ps1 @@ -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