fix check for debug/release icon

This commit is contained in:
Stephen Birarda 2015-01-30 15:41:44 -08:00
parent 2c74502394
commit f78f6ab4cf
3 changed files with 1 additions and 1 deletions

View file

@ -84,7 +84,7 @@ if (APPLE)
set(MACOSX_BUNDLE_BUNDLE_NAME Interface)
set(MACOSX_BUNDLE_GUI_IDENTIFIER io.highfidelity.Interface)
if (CMAKE_BUILD_TYPE EQUAL "RELEASE")
if (${CMAKE_BUILD_TYPE} MATCHES "RELEASE")
set(ICON_FILENAME "interface.icns")
else ()
set(ICON_FILENAME "interface-beta.icns")

Binary file not shown.

Binary file not shown.