mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-13 05:21:55 +00:00
fix icon path
This commit is contained in:
parent
dd3ec750aa
commit
8b6a14403f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -160,7 +160,7 @@ setup(
|
|||
"plugins/*.egg",
|
||||
"i18n/*.pot",
|
||||
"i18n/*/LC_MESSAGES/*.mo"]},
|
||||
data_files = [('/usr/share/deluge/icons/scalable/apps', [
|
||||
data_files = [('/usr/share/icons/scalable/apps', [
|
||||
'deluge/data/icons/scalable/apps/deluge.svg']),
|
||||
('/usr/share/icons/hicolor/128x128/apps', [
|
||||
'deluge/data/icons/hicolor/128x128/apps/deluge.png']),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue