mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 23:45:04 -04:00
DragonFly is *BSD; bringing back #716
This commit is contained in:
parent
9a327f26ea
commit
04acf849d6
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -74,7 +74,7 @@ data_files=[
|
|||
(os.path.join(sys.prefix, 'share/onionshare/static/img'), file_list('share/static/img')),
|
||||
(os.path.join(sys.prefix, 'share/onionshare/static/js'), file_list('share/static/js'))
|
||||
]
|
||||
if platform.system() != 'OpenBSD':
|
||||
if not platform.system().endswith('BSD') and platform.system() != 'DragonFly':
|
||||
data_files.append(('/usr/share/nautilus-python/extensions/', ['install/scripts/onionshare-nautilus.py']))
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue