mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 04:42:20 +02:00
fix check for debug/release icon
This commit is contained in:
parent
2c74502394
commit
f78f6ab4cf
3 changed files with 1 additions and 1 deletions
|
@ -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.
Loading…
Reference in a new issue