Added securedrop worldlist to project

This commit is contained in:
Micah Lee 2016-04-12 16:21:26 -07:00
parent c07f4e5f83
commit 3d07fccc11
2 changed files with 6804 additions and 1 deletions

6800
resources/wordlist.txt Normal file

File diff suppressed because it is too large Load Diff

View File

@ -94,7 +94,10 @@ setup(
(os.path.join(sys.prefix, 'share/applications'), ['install/onionshare.desktop']),
(os.path.join(sys.prefix, 'share/appdata'), ['install/onionshare.appdata.xml']),
(os.path.join(sys.prefix, 'share/pixmaps'), ['install/onionshare80.xpm']),
(os.path.join(sys.prefix, 'share/onionshare'), ['resources/version.txt']),
(os.path.join(sys.prefix, 'share/onionshare'), [
'resources/version.txt',
'resources/wordlist.txt'
]),
(os.path.join(sys.prefix, 'share/onionshare/images'), images),
(os.path.join(sys.prefix, 'share/onionshare/locale'), locale),
(os.path.join(sys.prefix, 'share/onionshare/html'), html)