mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-16 13:26:33 +00:00
add missing pixmap
This commit is contained in:
parent
0e5c81c2e0
commit
3a102189cf
6
setup.py
6
setup.py
@ -84,7 +84,8 @@ _libraries = [
|
||||
'boost_python',
|
||||
'z',
|
||||
'pthread',
|
||||
'ssl'
|
||||
'ssl',
|
||||
|
||||
]
|
||||
|
||||
_sources = glob.glob("./libtorrent/src/*.cpp") + \
|
||||
@ -213,7 +214,8 @@ setup(
|
||||
('/usr/share/icons/hicolor/96x96/apps', [
|
||||
'deluge/data/icons/hicolor/96x96/apps/deluge.png']),
|
||||
('/usr/share/applications', [
|
||||
'deluge/data/share/applications/deluge.desktop'])],
|
||||
'deluge/data/share/applications/deluge.desktop']),
|
||||
('/usr/share/pixmaps' , ['deluge.png'])],
|
||||
ext_package = "deluge",
|
||||
ext_modules = [libtorrent],
|
||||
packages = find_packages(exclude=["plugins"]),
|
||||
|
Loading…
x
Reference in New Issue
Block a user