Add desktop icon (implement #20)
This commit is contained in:
parent
de19dfef40
commit
9a65ef5b1d
3 changed files with 217 additions and 0 deletions
3
setup.py
3
setup.py
|
|
@ -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"
|
||||
]),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue