1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-10 16:14:40 +02:00

Don't compile 64x64 icon into OSX iconset

This commit is contained in:
Dominik Schmidt
2015-12-09 00:49:55 +01:00
parent 86f08b307e
commit 4d351168da

View File

@@ -146,6 +146,10 @@ IF( BUILD_GUI )
ENDIF()
file( GLOB_RECURSE TOMAHAWK_ICONS "${CMAKE_SOURCE_DIR}/data/icons/*-tomahawk-icon.png" )
if(APPLE)
list(REMOVE_ITEM TOMAHAWK_ICONS "${CMAKE_SOURCE_DIR}/data/icons/64x64-tomahawk-icon.png")
endif()
ecm_add_app_icon( tomahawkSources ICONS ${TOMAHAWK_ICONS} )