mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Merge pull request #20605 from triaxx/develop
Fix invalid OPENRCT2_BRANCH test
This commit is contained in:
@@ -202,7 +202,7 @@ if(MACOS_BUNDLE)
|
||||
endif()
|
||||
|
||||
|
||||
if(${OPENRCT2_BRANCH} EQUAL master)
|
||||
if(OPENRCT2_BRANCH EQUAL master)
|
||||
set(MACOSX_BUNDLE_SHORT_VERSION_STRING "${OPENRCT2_VERSION_TAG}")
|
||||
else()
|
||||
set(MACOSX_BUNDLE_SHORT_VERSION_STRING "${OPENRCT2_VERSION_TAG} ${OPENRCT2_BRANCH}")
|
||||
|
||||
Reference in New Issue
Block a user