Merge branch 'feature/issue-998' of https://github.com/x80486/onionshare into x80486-feature/issue-998

This commit is contained in:
Micah Lee 2019-09-15 15:07:24 -07:00
commit 072c12fbb2
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
4 changed files with 27 additions and 18 deletions

View file

@ -63,8 +63,9 @@ classifiers = [
"Environment :: Web Environment"
]
data_files=[
(os.path.join(sys.prefix, 'share/applications'), ['install/onionshare.desktop']),
(os.path.join(sys.prefix, 'share/metainfo'), ['install/onionshare.appdata.xml']),
(os.path.join(sys.prefix, 'share/applications'), ['install/org.onionshare.OnionShare.desktop']),
(os.path.join(sys.prefix, 'share/icons/hicolor/scalable/apps'), ['install/org.onionshare.OnionShare.svg']),
(os.path.join(sys.prefix, 'share/metainfo'), ['install/org.onionshare.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')),