Fix hicolor theme application icon names

Fixed-size icons were not available as org.freecad.FreeCAD and
XDGData/org.freecad.FreeCAD.svg was a duplicate of Gui/Icons/freecad.svg.
This commit is contained in:
Chris Mayo
2023-08-08 19:25:14 +01:00
parent 708eb477de
commit bbb87fcf0d
4 changed files with 8 additions and 269 deletions

View File

@@ -29,11 +29,6 @@ install(
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications
)
install(
FILES org.freecad.FreeCAD.svg
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/scalable/apps
)
install(
FILES org.freecad.FreeCAD.xml
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/mime/packages

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 11 KiB