mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-14 13:41:25 -05:00
Also codesign libevent-2.1.7.dylib
This commit is contained in:
parent
0b31b134ab
commit
5595acd8f0
@ -414,6 +414,10 @@ class Onion(object):
|
||||
self.common.log("Onion", "connect", f"tor pid: {self.tor_proc.pid}")
|
||||
time.sleep(2)
|
||||
|
||||
return_code = self.tor_proc.poll()
|
||||
if return_code != None:
|
||||
self.common.log("Onion", "connect", f"tor process has terminated early: {return_code}")
|
||||
|
||||
# Connect to the controller
|
||||
self.common.log("Onion", "connect", "authenticating to tor controller")
|
||||
try:
|
||||
|
@ -253,6 +253,7 @@ def main():
|
||||
f"{app_dir}/Contents/Resources/lib/onionshare/resources/tor/obfs4proxy",
|
||||
f"{app_dir}/Contents/Resources/lib/onionshare/resources/tor/snowflake-client",
|
||||
f"{app_dir}/Contents/Resources/lib/onionshare/resources/tor/tor",
|
||||
f"{app_dir}/Contents/Resources/lib/onionshare/resources/tor/libevent-2.1.7.dylib",
|
||||
f"{app_dir}/Contents/MacOS/onionshare",
|
||||
f"{app_dir}/Contents/MacOS/onionshare-cli",
|
||||
f"{app_dir}",
|
||||
|
Loading…
x
Reference in New Issue
Block a user