mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-24 10:38:53 +00:00
CMakeLists: Update macOS bundle version string to 1.6.0
This commit is contained in:
parent
de50e7575c
commit
29d935946b
1 changed files with 2 additions and 2 deletions
|
@ -1743,8 +1743,8 @@ else()
|
|||
|
||||
# add macOS bundle properties to executable
|
||||
set(MACOSX_BUNDLE_BUNDLE_NAME RBDoom-3-BFG)
|
||||
set(MACOSX_BUNDLE_BUNDLE_VERSION 1.5.0)
|
||||
set(MACOSX_BUNDLE_SHORT_VERSION_STRING 1.5.0)
|
||||
set(MACOSX_BUNDLE_BUNDLE_VERSION 1.6.0)
|
||||
set(MACOSX_BUNDLE_SHORT_VERSION_STRING 1.6.0)
|
||||
set(MACOSX_BUNDLE_ICON_FILE Doom3BFG.icns)
|
||||
set(MACOSX_BUNDLE_INFO_STRING "") # to be added by author if desired
|
||||
set(MACOSX_BUNDLE_COPYRIGHT "") # to be added by author if desired
|
||||
|
|
Loading…
Reference in a new issue