mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-19 19:14:55 +00:00
Fix build failing on removed icon
This commit is contained in:
parent
6f8a6e5045
commit
fd5833c1d8
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -420,7 +420,7 @@ if not windows_check() and not osx_check():
|
|||
('share/icons/hicolor/{}/apps'.format(size), ['{}/apps/deluge.png'.format(icon_path)]))
|
||||
_data_files.extend([
|
||||
('share/icons/hicolor/scalable/apps', ['deluge/ui/data/icons/hicolor/scalable/apps/deluge.svg']),
|
||||
('share/pixmaps', ['deluge/ui/data/pixmaps/deluge.png', 'deluge/ui/data/pixmaps/deluge.xpm']),
|
||||
('share/pixmaps', ['deluge/ui/data/pixmaps/deluge.png']),
|
||||
('share/man/man1', [
|
||||
'docs/man/deluge.1',
|
||||
'docs/man/deluged.1',
|
||||
|
|
Loading…
Add table
Reference in a new issue