mirror of
https://github.com/onionshare/onionshare.git
synced 2025-09-23 14:04:58 -04:00
Add wordlists.txt to OSX and Windows packages #(#238)
This commit is contained in:
parent
db1ed7c6de
commit
5249f5d96a
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ a = Analysis(
|
||||||
('../resources/images/*', 'images'),
|
('../resources/images/*', 'images'),
|
||||||
('../resources/locale/*', 'locale'),
|
('../resources/locale/*', 'locale'),
|
||||||
('../resources/html/*', 'html'),
|
('../resources/html/*', 'html'),
|
||||||
('../resources/version.txt', '.')
|
('../resources/version.txt', '.'),
|
||||||
|
('../resources/wordlist.txt', '.')
|
||||||
],
|
],
|
||||||
hiddenimports=[],
|
hiddenimports=[],
|
||||||
hookspath=[],
|
hookspath=[],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue