mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-20 23:30:40 -04:00
Make get_tor_paths work properly now that in linux the tor binaries are bundled too
This commit is contained in:
parent
fae1f349ee
commit
c58272c117
5 changed files with 72 additions and 33 deletions
|
@ -38,6 +38,7 @@ def main():
|
|||
# Reinstall the new wheel
|
||||
subprocess.call(["pip", "uninstall", "onionshare-cli", "-y"])
|
||||
subprocess.call(["pip", "install", os.path.join(desktop_path, wheel_basename)])
|
||||
subprocess.call(["pip", "install", "typing-extensions"])
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue