change interface icon to lowercase

This commit is contained in:
Stephen Birarda 2015-01-30 15:26:07 -08:00
parent ae87dac523
commit c4a2da15d1
5 changed files with 2 additions and 2 deletions

View file

@ -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

View file

Before

Width:  |  Height:  |  Size: 361 KiB

After

Width:  |  Height:  |  Size: 361 KiB

View file

Before

Width:  |  Height:  |  Size: 361 KiB

After

Width:  |  Height:  |  Size: 361 KiB