mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-04 07:20:15 +02:00
Edit CMake to install 128x128 icon in correct folder
This commit is contained in:
parent
ea0f6c45a3
commit
a69c388f51
1 changed files with 2 additions and 0 deletions
|
@ -229,6 +229,8 @@ if(UNIX AND NOT APPLE)
|
|||
"share/icons/hicolor/32x32/apps" RENAME "${PROJECT_NAME}.png")
|
||||
install(FILES "${PROJECT_NAME}/Icon_48x48.png" DESTINATION
|
||||
"share/icons/hicolor/48x48/apps" RENAME "${PROJECT_NAME}.png")
|
||||
install(FILES "${PROJECT_NAME}/Icon_128x128.png" DESTINATION
|
||||
"share/icons/hicolor/128x128/apps" RENAME "${PROJECT_NAME}.png")
|
||||
install(FILES "${PROJECT_NAME}/Icon_192x192.png" DESTINATION
|
||||
"share/icons/hicolor/192x192/apps" RENAME "${PROJECT_NAME}.png")
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue