mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 14:37:44 +01:00
Adds missing $bf var to DecryptSigningKey.ps1
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user