Skip to content

Commit

Permalink
Install application icon to share/icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ecatmur committed Aug 28, 2011
1 parent 06a0133 commit ddd2de6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,6 @@ def _find_mo_files (self):
('share/icons/hicolor/24x24/devices', glob.glob('data/icons/24x24/devices/*')),
('share/icons/hicolor/48x48/devices', glob.glob('data/icons/48x48/devices/*')),
('share/icons/hicolor/scalable/devices', glob.glob('data/icons/scalable/devices/*')),
('share/icons/hicolor/scalable/apps', ['data/udev-discover.svg']),
],
)

0 comments on commit ddd2de6

Please sign in to comment.