Add x2 icon variations as well

This commit is contained in:
OPNA2608 2022-05-16 19:25:15 +02:00
parent 0851f1dffc
commit 864e798686
1 changed files with 1 additions and 0 deletions

View File

@ -560,6 +560,7 @@ if (NOT ANDROID)
foreach(num 16 32 64 128 256 512)
set(res ${num}x${num})
install(FILES res/icon.iconset/icon_${res}.png RENAME furnace.png DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/${res}/apps)
install(FILES res/icon.iconset/icon_${res}@2x.png RENAME furnace.png DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/${res}@2/apps)
endforeach()
install(FILES res/logo.png RENAME furnace.png DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/1024x1024/apps)
endif()