Added AppData file, and made new screenshots for it (fixes #160)

This commit is contained in:
Micah Lee 2015-11-20 15:17:25 -08:00
parent 8f8e38b11d
commit ffd50445ba
5 changed files with 37 additions and 0 deletions

View file

@ -86,6 +86,7 @@ if system == 'Linux':
scripts=['install/linux_scripts/onionshare', 'install/linux_scripts/onionshare-gui'],
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/pixmaps'), ['install/onionshare80.xpm']),
(os.path.join(sys.prefix, 'share/onionshare/images'), images),
(os.path.join(sys.prefix, 'share/onionshare/locale'), locale)