mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 01:18:39 +00:00
menu entry
This commit is contained in:
parent
f6fcf7ab45
commit
e573805007
2 changed files with 7 additions and 5 deletions
4
setup.py
4
setup.py
|
@ -80,7 +80,9 @@ deluge_core = Extension('deluge_core',
|
|||
'libtorrent/src/kademlia/traversal_algorithm.cpp'])
|
||||
|
||||
data = [('share/deluge/glade', glob.glob('glade/*.glade')),
|
||||
('share/deluge/pixmaps', glob.glob('pixmaps/*.png'))]
|
||||
('share/deluge/pixmaps', glob.glob('pixmaps/*.png')),
|
||||
('share/applications' , ['deluge.desktop']),
|
||||
('share/pixmaps' , ['deluge.xpm'])]
|
||||
|
||||
for plugin in glob.glob('plugins/*'):
|
||||
data.append( ('share/deluge/' + plugin, glob.glob(plugin + '/*')) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue