mirror of
https://github.com/lubosz/overte.git
synced 2025-04-14 03:06:20 +02:00
also use release icon for RelWithDebInfo
This commit is contained in:
parent
5983a94c7f
commit
2f4adbc2f7
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ if (APPLE)
|
|||
set(MACOSX_BUNDLE_BUNDLE_NAME Interface)
|
||||
set(MACOSX_BUNDLE_GUI_IDENTIFIER io.highfidelity.Interface)
|
||||
|
||||
if (CMAKE_BUILD_TYPE STREQUAL "Release")
|
||||
if (CMAKE_BUILD_TYPE STREQUAL "Release" OR CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo")
|
||||
set(ICON_FILENAME "interface.icns")
|
||||
else ()
|
||||
set(ICON_FILENAME "interface-beta.icns")
|
||||
|
|
Loading…
Reference in a new issue