mirror of
https://github.com/Murmele/Gittyup.git
synced 2024-11-05 02:46:56 +03:00
installing svg must be outside of the loop
This commit is contained in:
parent
558c2f007f
commit
bf6dc26f40
@ -197,13 +197,12 @@ if(UNIX AND NOT APPLE)
|
||||
DESTINATION share/icons/hicolor/${icon}x${icon}/apps
|
||||
COMPONENT ${GITTYUP_NAME}
|
||||
RENAME ${GITTYUP_NAME}.png)
|
||||
|
||||
install(
|
||||
FILES ${RSRC_DIR}/Gittyup.iconset/gittyup_logo.svg
|
||||
DESTINATION share/icons/hicolor/scalable/apps
|
||||
COMPONENT ${GITTYUP_NAME}
|
||||
RENAME ${GITTYUP_NAME}.svg)
|
||||
endforeach()
|
||||
install(
|
||||
FILES ${RSRC_DIR}/Gittyup.iconset/gittyup_logo.svg
|
||||
DESTINATION share/icons/hicolor/scalable/apps
|
||||
COMPONENT ${GITTYUP_NAME}
|
||||
RENAME ${GITTYUP_NAME}.svg)
|
||||
endif()
|
||||
|
||||
# Sign bundle on macOS.
|
||||
|
Loading…
Reference in New Issue
Block a user