Skip to content

Commit 120ed4f

Browse files
committed
Mirrored some files from [SOURCE_CODE_DIR]\resources\icons to map directly to [INSTALL_DIR]\resources\icons
1 parent 4e8755b commit 120ed4f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,11 @@ install(FILES ${CMAKE_SOURCE_DIR}/resources/register.bat
379379

380380
# Resources
381381
install(DIRECTORY "${CMAKE_SOURCE_DIR}/resources/Windows Icon Tables" DESTINATION ${SHELLANYTHING_INSTALL_RESOURCE_DIR})
382+
install(FILES ${CMAKE_SOURCE_DIR}/resources/icons/shellanything.ico
383+
${CMAKE_SOURCE_DIR}/resources/icons/0.1.0.ico
384+
${CMAKE_SOURCE_DIR}/resources/icons/0.2.0.ico
385+
${CMAKE_SOURCE_DIR}/resources/icons/0.2.0-16x16-legacy.ico
386+
DESTINATION ${SHELLANYTHING_INSTALL_RESOURCE_DIR}/icons)
382387

383388
install(DIRECTORY ${CMAKE_SOURCE_DIR}/include/shellanything DESTINATION ${SHELLANYTHING_INSTALL_INCLUDE_DIR})
384389
install(FILES ${SHELLANYTHING_EXPORT_HEADER}
@@ -390,7 +395,6 @@ install(DIRECTORY ${CMAKE_SOURCE_DIR}/licenses DESTINATION ${SHELLANYTHING_INSTA
390395
install(FILES ${CMAKE_SOURCE_DIR}/docs/screenshot_file.png
391396
${CMAKE_SOURCE_DIR}/docs/screenshot_folder.png
392397
${CMAKE_SOURCE_DIR}/docs/ShellAnything-splashscreen.jpg
393-
${CMAKE_SOURCE_DIR}/resources/icons/shellanything.ico
394398
${CMAKE_CURRENT_BINARY_DIR}/sa_plugin_demo.zip
395399
DESTINATION ${SHELLANYTHING_INSTALL_DOC_DIR})
396400

0 commit comments

Comments
 (0)