Update our bridge templates with the latest built-in bridges in the get-tor scripts

This commit is contained in:
Miguel Jacq 2021-12-10 15:34:44 +11:00
parent a71a4f9baa
commit be8a2a894f
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
8 changed files with 115 additions and 16 deletions

View file

@ -48,7 +48,9 @@ def main():
os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
)
if platform.system() == "Windows":
dist_path = os.path.join(root_path, "src", "onionshare", "resources", "tor", "Tor")
dist_path = os.path.join(
root_path, "src", "onionshare", "resources", "tor", "Tor"
)
bin_filename = "meek-client.exe"
else:
dist_path = os.path.join(root_path, "src", "onionshare", "resources", "tor")