mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 21:42:31 +02:00
change interface icon to lowercase
This commit is contained in:
parent
ae87dac523
commit
c4a2da15d1
5 changed files with 2 additions and 2 deletions
|
@ -85,9 +85,9 @@ if (APPLE)
|
|||
set(MACOSX_BUNDLE_GUI_IDENTIFIER io.highfidelity.Interface)
|
||||
|
||||
if (CMAKE_BUILD_TYPE EQUAL "RELEASE")
|
||||
set(ICON_FILENAME "Interface.icns")
|
||||
set(ICON_FILENAME "interface.icns")
|
||||
else ()
|
||||
set(ICON_FILENAME "Interface-beta.icns")
|
||||
set(ICON_FILENAME "interface-beta.icns")
|
||||
endif ()
|
||||
|
||||
# set how the icon shows up in the Info.plist file
|
||||
|
|
Before Width: | Height: | Size: 361 KiB After Width: | Height: | Size: 361 KiB |
Before Width: | Height: | Size: 361 KiB After Width: | Height: | Size: 361 KiB |
Loading…
Reference in a new issue