mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 03:55:43 +00:00
fix icon path
This commit is contained in:
parent
dd3ec750aa
commit
8b6a14403f
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…
x
Reference in New Issue
Block a user