Skip to content

Commit

Permalink
Merge pull request #481 from scop/svg-icon
Browse files Browse the repository at this point in the history
Install SVG icon
  • Loading branch information
mineo committed Aug 10, 2016
2 parents 526777e + 491f5a8 commit ed50ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -772,6 +772,7 @@ def run(self):
args['data_files'].append(('share/icons/hicolor/48x48/apps', ['resources/images/48x48/picard.png']))
args['data_files'].append(('share/icons/hicolor/128x128/apps', ['resources/images/128x128/picard.png']))
args['data_files'].append(('share/icons/hicolor/256x256/apps', ['resources/images/256x256/picard.png']))
args['data_files'].append(('share/icons/hicolor/scalable/apps', ['resources/img-src/picard.svg']))
args['data_files'].append(('share/applications', ('picard.desktop',)))


Expand Down

0 comments on commit ed50ccc

Please sign in to comment.