mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-06 04:17:47 +03:00
fix path oops in last
This commit is contained in:
parent
3a102189cf
commit
071a0cdbaa
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue