mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-07 22:32:58 -04:00
Update Tor Browser Developers key
This commit is contained in:
parent
5057bdac12
commit
43e95126d6
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