Fix cmake icon.

This commit is contained in:
Black Hat
2020-01-11 09:22:07 -08:00
parent ab548008ed
commit 131f87ac1d
5 changed files with 3 additions and 3 deletions

View File

@@ -242,8 +242,8 @@ if(LINUX)
install(FILES linux/${IDENTIFIER}.appdata.xml
DESTINATION ${CMAKE_INSTALL_DATADIR}/metainfo
)
file(GLOB spectral_icons icons/hicolor/*-apps-spectral.png)
file(GLOB spectral_icons icons/hicolor/*-apps-org.eu.encom.spectral.png)
ecm_install_icons(ICONS ${spectral_icons}
DESTINATION ${CMAKE_INSTALL_DATADIR}/icons
)
DESTINATION ${CMAKE_INSTALL_DATADIR}/icons
)
endif(LINUX)

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB