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")