mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-06 00:15:11 -04:00
Update Tor Browser Developers key
This commit is contained in:
parent
300c2a7139
commit
0479878a7a
4 changed files with 3 additions and 3 deletions
|
@ -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}")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue