From e85be0bb5078fae3757be26ac948aad992d30973 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Wed, 8 Nov 2017 19:16:26 -0500 Subject: [PATCH] Adds missing $bf var to DecryptSigningKey.ps1 --- Tools/DecryptSigningKey.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/DecryptSigningKey.ps1 b/Tools/DecryptSigningKey.ps1 index 5abd09e8a0..1984f8a0d2 100644 --- a/Tools/DecryptSigningKey.ps1 +++ b/Tools/DecryptSigningKey.ps1 @@ -44,6 +44,7 @@ function Decrypt-String($Encrypted, $Passphrase, $salt="SaltCrypto", $init="IV_P # Clears the RijndaelManaged Cryptology IV and Key $r.Clear() } +$bf = $Env:APPVEYOR_BUILD_FOLDER $encrypted = [IO.File]::ReadAllText("$bf/Tools/TGStationServer3.enc.snk")