mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +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()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
if(${OPENRCT2_BRANCH} EQUAL master)
|
if(OPENRCT2_BRANCH EQUAL master)
|
||||||
set(MACOSX_BUNDLE_SHORT_VERSION_STRING "${OPENRCT2_VERSION_TAG}")
|
set(MACOSX_BUNDLE_SHORT_VERSION_STRING "${OPENRCT2_VERSION_TAG}")
|
||||||
else()
|
else()
|
||||||
set(MACOSX_BUNDLE_SHORT_VERSION_STRING "${OPENRCT2_VERSION_TAG} ${OPENRCT2_BRANCH}")
|
set(MACOSX_BUNDLE_SHORT_VERSION_STRING "${OPENRCT2_VERSION_TAG} ${OPENRCT2_BRANCH}")
|
||||||
|
|||||||
Reference in New Issue
Block a user