File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -379,6 +379,11 @@ install(FILES ${CMAKE_SOURCE_DIR}/resources/register.bat
379379
380380# Resources
381381install (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
383388install (DIRECTORY ${CMAKE_SOURCE_DIR} /include /shellanything DESTINATION ${SHELLANYTHING_INSTALL_INCLUDE_DIR} )
384389install (FILES ${SHELLANYTHING_EXPORT_HEADER}
@@ -390,7 +395,6 @@ install(DIRECTORY ${CMAKE_SOURCE_DIR}/licenses DESTINATION ${SHELLANYTHING_INSTA
390395install (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
You can’t perform that action at this time.
0 commit comments