[Pkg-privacy-commits] [onionshare] 57/66: Add wordlists.txt to OSX and Windows packages #(#238)
Ulrike Uhlig
u-guest at moszumanska.debian.org
Wed Apr 13 22:17:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch master
in repository onionshare.
commit 5249f5d96a418813e84e622173e35cc3b77480a7
Author: Micah Lee <micah at micahflee.com>
Date: Tue Apr 12 17:13:12 2016 -0700
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 9f539d7..5eb239c 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=[],
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git
More information about the Pkg-privacy-commits
mailing list