Add desktop icon (implement #20)

This commit is contained in:
coderkun 2017-04-25 12:22:22 +02:00
commit 9a65ef5b1d
3 changed files with 217 additions and 0 deletions

View file

@ -65,6 +65,9 @@ setup(
(os.path.join('share', 'applications'), [
"data/MPDCoverGrid.desktop"
]),
(os.path.join('share', 'icons'), [
"data/mcg.svg"
]),
(os.path.join('share', 'glib-2.0', 'schemas'), [
"data/de.coderkun.mcg.gschema.xml"
]),