summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-09-14 18:59:36 -0700
committerMicah Lee <micah@micahflee.com>2018-09-14 18:59:36 -0700
commit8312058fcc18466bc9eab3e5dced15f5fbb8ba71 (patch)
tree05612ee8c96ef3f089bd2e38c8a0843725f4e41a /setup.py
parentb58ffc31965baac461dfe1b519c3d7081e22292b (diff)
parent6839ec43d4aea45ae487eaed459b38e3833a0a87 (diff)
downloadonionshare-8312058fcc18466bc9eab3e5dced15f5fbb8ba71.tar.gz
onionshare-8312058fcc18466bc9eab3e5dced15f5fbb8ba71.zip
Merge branch 'develop' into receiver-mode-gui
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 86b4d8a2..1a665085 100644
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,7 @@ license = 'GPL v3'
keywords = 'onion, share, onionshare, tor, anonymous, web server'
data_files=[
(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/metainfo'), ['install/onionshare.appdata.xml']),
(os.path.join(sys.prefix, 'share/pixmaps'), ['install/onionshare80.xpm']),
(os.path.join(sys.prefix, 'share/onionshare'), file_list('share')),
(os.path.join(sys.prefix, 'share/onionshare/images'), file_list('share/images')),