- setup icon for macOS application bundle

This commit is contained in:
alexey.lysiuk 2020-01-26 16:39:10 +02:00
parent 52916e5f55
commit e7b013e201
4 changed files with 2 additions and 2 deletions

View file

@ -481,7 +481,7 @@ set( PLAT_UNIX_SOURCES
set( PLAT_OSX_SOURCES
platform/posix/osx/iwadpicker_cocoa.mm
platform/posix/osx/i_specialpaths.mm
platform/posix/osx/zdoom.icns )
platform/posix/osx/raze.icns )
set( PLAT_COCOA_SOURCES
platform/posix/cocoa/i_input.mm
platform/posix/cocoa/i_joystick.cpp

View file

@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>zdoom.icns</string>
<string>raze.icns</string>
<key>CFBundleIdentifier</key>
<string>org.drdteam.raze</string>
<key>CFBundleInfoDictionaryVersion</key>

Binary file not shown.

Binary file not shown.