fix path oops in last
This commit is contained in:
parent
3a102189cf
commit
071a0cdbaa
2
setup.py
2
setup.py
|
@ -215,7 +215,7 @@ setup(
|
|||
'deluge/data/icons/hicolor/96x96/apps/deluge.png']),
|
||||
('/usr/share/applications', [
|
||||
'deluge/data/share/applications/deluge.desktop']),
|
||||
('/usr/share/pixmaps' , ['deluge.png'])],
|
||||
('/usr/share/pixmaps' , ['deluge/data/pixmaps/deluge.png'])],
|
||||
ext_package = "deluge",
|
||||
ext_modules = [libtorrent],
|
||||
packages = find_packages(exclude=["plugins"]),
|
||||
|
|
Loading…
Reference in New Issue