mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
- setup icon for macOS application bundle
This commit is contained in:
parent
52916e5f55
commit
e7b013e201
4 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
BIN
source/platform/posix/osx/raze.icns
Normal file
BIN
source/platform/posix/osx/raze.icns
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue