mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-01 02:48:05 +01:00
Fixed typo.
This commit is contained in:
parent
8488be7441
commit
6c8d2ae29c
@ -580,7 +580,7 @@ if(WIN32 OR OS2)
|
||||
if(ENABLE_ADDITIONAL_ICONS)
|
||||
install(DIRECTORY resources/graphics/icons/numix DESTINATION ./icons)
|
||||
install(DIRECTORY resources/graphics/icons/papirus DESTINATION ./icons)
|
||||
install(DIRECTORY resources/graphics/icons/papirus_dark DESTINATION ./icons)
|
||||
install(DIRECTORY resources/graphics/icons/papirus-dark DESTINATION ./icons)
|
||||
endif(ENABLE_ADDITIONAL_ICONS)
|
||||
|
||||
install(DIRECTORY resources/skins/base
|
||||
@ -632,7 +632,7 @@ elseif(APPLE)
|
||||
if(ENABLE_ADDITIONAL_ICONS)
|
||||
install(DIRECTORY resources/graphics/icons/numix DESTINATION ${APPLE_PREFIX}/icons)
|
||||
install(DIRECTORY resources/graphics/icons/papirus DESTINATION ${APPLE_PREFIX}/icons)
|
||||
install(DIRECTORY resources/graphics/icons/papirus_dark DESTINATION ${APPLE_PREFIX}/icons)
|
||||
install(DIRECTORY resources/graphics/icons/papirus-dark DESTINATION ${APPLE_PREFIX}/icons)
|
||||
endif(ENABLE_ADDITIONAL_ICONS)
|
||||
|
||||
install(DIRECTORY resources/skins DESTINATION ${APPLE_PREFIX})
|
||||
@ -651,7 +651,7 @@ elseif(UNIX)
|
||||
if(ENABLE_ADDITIONAL_ICONS)
|
||||
install(DIRECTORY resources/graphics/icons/numix DESTINATION share/${APP_LOW_NAME}/icons)
|
||||
install(DIRECTORY resources/graphics/icons/papirus DESTINATION share/${APP_LOW_NAME}/icons)
|
||||
install(DIRECTORY resources/graphics/icons/papirus_dark DESTINATION share/${APP_LOW_NAME}/icons)
|
||||
install(DIRECTORY resources/graphics/icons/papirus-dark DESTINATION share/${APP_LOW_NAME}/icons)
|
||||
endif(ENABLE_ADDITIONAL_ICONS)
|
||||
|
||||
install(DIRECTORY resources/skins/base DESTINATION share/${APP_LOW_NAME}/skins)
|
||||
|
Loading…
Reference in New Issue
Block a user