mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-03 15:05:11 -04:00
Added AppData file, and made new screenshots for it (fixes #160)
This commit is contained in:
parent
8f8e38b11d
commit
ffd50445ba
5 changed files with 37 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue