Experiment: Add a suffix based on the build type

This commit is contained in:
yamamama 2025-11-18 07:03:06 -05:00
parent c20ee615f9
commit 5c33d3c0c7

View file

@ -183,6 +183,9 @@ if("${BLANKART_EXE_NAME}" STREQUAL "")
list(APPEND EXE_NAME_PARTS ${SRB2_GIT_BRANCH})
endif()
string(TOLOWER "${CMAKE_BUILD_TYPE}" BLDTYPE_READOUT)
list(APPEND EXE_NAME_PARTS ${BLDTYPE_READOUT})
if(SRB2_CONFIG_COMPILEAPPIMAGE AND "${CMAKE_SYSTEM_NAME}" MATCHES "Linux")
list(APPEND EXE_NAME_PARTS "appimagebuild")
endif()