Adds missing $bf var to DecryptSigningKey.ps1

This commit is contained in:
Cyberboss
2017-11-08 19:16:26 -05:00
parent 44f5e1cd1b
commit e85be0bb50
+1
View File
@@ -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")