Update Tor Browser Developers key

This commit is contained in:
Micah Lee 2023-09-27 18:41:33 -07:00
parent 300c2a7139
commit 0479878a7a
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
4 changed files with 3 additions and 3 deletions

View file

@ -323,7 +323,7 @@ def main(platform):
tmpdir = tempfile.TemporaryDirectory()
gpg = gnupg.GPG(gnupghome=tmpdir.name)
torkey = gpg.import_keys_file(
os.path.join(root_path, "scripts", "kounek7zrdx745qydx6p59t9mqjpuhdf")
os.path.join(root_path, "scripts", "tor-browser-devs.gpg")
)
print(f"Imported Tor GPG key: {torkey.fingerprints}")