Added support for bundled tor connection type in Windows, including using ports instead of socket files

This commit is contained in:
Micah Lee 2017-04-14 18:33:44 -07:00
parent 9f9b609902
commit 984d2b6084
5 changed files with 77 additions and 25 deletions

View file

@ -13,6 +13,7 @@ a = Analysis(
('../share/license.txt', 'share'),
('../share/version.txt', 'share'),
('../share/wordlist.txt', 'share'),
('../share/torrc_template-windows', 'share'),
('../share/images/*', 'share/images'),
('../share/locale/*', 'share/locale'),
('../share/html/*', 'share/html')