Add wordlists.txt to OSX and Windows packages #(#238)

This commit is contained in:
Micah Lee 2016-04-12 17:13:12 -07:00
parent db1ed7c6de
commit 5249f5d96a

View File

@ -13,7 +13,8 @@ a = Analysis(
('../resources/images/*', 'images'),
('../resources/locale/*', 'locale'),
('../resources/html/*', 'html'),
('../resources/version.txt', '.')
('../resources/version.txt', '.'),
('../resources/wordlist.txt', '.')
],
hiddenimports=[],
hookspath=[],