Update setup.py
- Removed extra .desktop from installer
This commit is contained in:
parent
9fb2092314
commit
c774954914
1 changed files with 1 additions and 3 deletions
4
setup.py
4
setup.py
|
|
@ -18,9 +18,7 @@ setup(
|
|||
include_package_data=True,
|
||||
data_files=[
|
||||
('share/applications', [
|
||||
'discover_overlay.desktop',
|
||||
'discover_overlay_conf.desktop',
|
||||
'discover_overlay_close.desktop'
|
||||
'discover_overlay.desktop'
|
||||
]),
|
||||
('share/icons', ['discover-overlay.png', 'discover-overlay-tray.png'])
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue