summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-11-25 16:50:20 -0800
committerMicah Lee <micah@micahflee.com>2018-11-25 16:50:20 -0800
commit2cbe8979abe549150513cd7489cf3e2e7b348471 (patch)
tree45f9c49b230ec6c73bae353c36c89a82fcd3b385 /install
parent845d7f85647b8f2cb5757e86b3269657bf371b53 (diff)
downloadonionshare-2cbe8979abe549150513cd7489cf3e2e7b348471.tar.gz
onionshare-2cbe8979abe549150513cd7489cf3e2e7b348471.zip
Make macOS use Tor control ports instead of unix sockets to connect to the Tor controller
Diffstat (limited to 'install')
-rw-r--r--install/pyinstaller.spec1
1 files changed, 0 insertions, 1 deletions
diff --git a/install/pyinstaller.spec b/install/pyinstaller.spec
index 6811997b..24664bf9 100644
--- a/install/pyinstaller.spec
+++ b/install/pyinstaller.spec
@@ -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'),