mirror of
https://github.com/onionshare/onionshare.git
synced 2025-09-29 23:08:49 -04:00
Added support for bundled tor connection type in Windows, including using ports instead of socket files
This commit is contained in:
parent
9f9b609902
commit
984d2b6084
5 changed files with 77 additions and 25 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue