From 5249f5d96a418813e84e622173e35cc3b77480a7 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Tue, 12 Apr 2016 17:13:12 -0700 Subject: [PATCH] Add wordlists.txt to OSX and Windows packages #(#238) --- install/pyinstaller.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/pyinstaller.spec b/install/pyinstaller.spec index 9f539d78..5eb239cf 100644 --- a/install/pyinstaller.spec +++ b/install/pyinstaller.spec @@ -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=[],