mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-03 15:05:11 -04:00
Added a simple nautilus extension, written by the Subgraph developers (fixes #293)
This commit is contained in:
parent
900276a524
commit
57dd6db166
3 changed files with 49 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -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']),
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue