mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Added securedrop worldlist to project
This commit is contained in:
parent
c07f4e5f83
commit
3d07fccc11
6800
resources/wordlist.txt
Normal file
6800
resources/wordlist.txt
Normal file
File diff suppressed because it is too large
Load Diff
5
setup.py
5
setup.py
@ -94,7 +94,10 @@ setup(
|
|||||||
(os.path.join(sys.prefix, 'share/applications'), ['install/onionshare.desktop']),
|
(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/appdata'), ['install/onionshare.appdata.xml']),
|
||||||
(os.path.join(sys.prefix, 'share/pixmaps'), ['install/onionshare80.xpm']),
|
(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/images'), images),
|
||||||
(os.path.join(sys.prefix, 'share/onionshare/locale'), locale),
|
(os.path.join(sys.prefix, 'share/onionshare/locale'), locale),
|
||||||
(os.path.join(sys.prefix, 'share/onionshare/html'), html)
|
(os.path.join(sys.prefix, 'share/onionshare/html'), html)
|
||||||
|
Loading…
Reference in New Issue
Block a user