mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-25 13:25:37 +00:00
Improve per-drive-type icon selection.
This commit is contained in:
+2
-2
@@ -28,10 +28,10 @@ endif()
|
||||
|
||||
# Install internal icons
|
||||
if (WIN32)
|
||||
install(FILES icon_cddvd.png icon_hdd.png
|
||||
install(FILES icon_optical.png icon_harddisk.png
|
||||
DESTINATION .)
|
||||
else()
|
||||
install(FILES icon_cddvd.png icon_hdd.png
|
||||
install(FILES icon_optical.png icon_harddisk.png
|
||||
DESTINATION "${CMAKE_INSTALL_DATADIR}/gsmartcontrol/icons")
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user