Update Tor Browser Developers key

This commit is contained in:
Micah Lee 2023-09-27 18:41:33 -07:00
parent 5057bdac12
commit 43e95126d6
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}")