mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-22 16:18:15 +00:00
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…
x
Reference in New Issue
Block a user