Move logo to the icon theme

So it can be picked up by the about dialog again.
This commit is contained in:
Arjan Molenaar 2021-10-02 22:14:09 +02:00
parent a9d05f109f
commit 156c1f11f6
No known key found for this signature in database
GPG Key ID: BF977B918996CB13
3 changed files with 5 additions and 2 deletions

View File

@ -28,6 +28,6 @@ albanobattistella (it), Seong-ho Cho (ko),
Arjan Molenaar (nl), Ygor Mutti (pt_BR),
Евгений Лежнин (ru), Daniel Nylander (sv)
</property>
<property name="logo">org.gaphor.Gaphor.svg</property>
<property name="logo-icon-name">org.gaphor.Gaphor</property>
</object>
</interface>

View File

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -29,11 +29,14 @@ a = Analysis(
("../gaphor/ui/layout.xml", "gaphor/ui"),
("../gaphor/ui/layout.css", "gaphor/ui"),
("../gaphor/ui/*.png", "gaphor/ui"),
("../gaphor/services/helpservice/*.svg", "gaphor/services/helpservice"),
(
"../gaphor/ui/icons/hicolor/scalable/actions/*.svg",
"gaphor/ui/icons/hicolor/scalable/actions",
),
(
"../gaphor/ui/icons/hicolor/scalable/apps/*.svg",
"gaphor/ui/icons/hicolor/scalable/apps",
),
("../LICENSE.txt", "gaphor"),
("../gaphor/locale/*", "gaphor/locale"),
]