Added a simple nautilus extension, written by the Subgraph developers (fixes #293)

This commit is contained in:
Micah Lee 2016-06-10 17:56:34 -07:00
parent 900276a524
commit 57dd6db166
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
3 changed files with 49 additions and 1 deletions

View file

@ -100,6 +100,7 @@ setup(
]),
(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)
(os.path.join(sys.prefix, 'share/onionshare/html'), html),
('/usr/share/nautilus-python/extensions/', ['install/scripts/onionshare-nautilus.py']),
]
)