Make macOS use Tor control ports instead of unix sockets to connect to the Tor controller

This commit is contained in:
Micah Lee 2018-11-25 16:50:20 -08:00
parent 845d7f8564
commit 2cbe8979ab
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
4 changed files with 21 additions and 31 deletions

View file

@ -15,7 +15,6 @@ a = Analysis(
('../share/torrc_template', 'share'),
('../share/torrc_template-obfs4', 'share'),
('../share/torrc_template-meek_lite_azure', 'share'),
('../share/torrc_template-windows', 'share'),
('../share/images/*', 'share/images'),
('../share/locale/*', 'share/locale'),
('../share/static/*', 'share/static'),