Fix icon path in setup.py

This commit is contained in:
coderkun 2021-04-18 18:03:55 +02:00
parent b90ce3299f
commit 16030a2053

View file

@ -89,7 +89,7 @@ setup(
"data/mcg.desktop" "data/mcg.desktop"
]), ]),
(os.path.join('share', 'icons'), [ (os.path.join('share', 'icons'), [
"data/mcg.svg" "data/icons/mcg.svg"
]), ]),
(os.path.join('share', 'glib-2.0', 'schemas'), [ (os.path.join('share', 'glib-2.0', 'schemas'), [
"data/xyz.suruatoel.mcg.gschema.xml" "data/xyz.suruatoel.mcg.gschema.xml"