2025-2-11 fix

This commit is contained in:
2025-02-11 21:25:30 +08:00
parent 4addd8752d
commit c2248b9a74
24 changed files with 27594 additions and 27504 deletions

View File

@@ -42,7 +42,7 @@ if (DEFINED ENV{CI})
endif()
# regex capture the string nightly or canary into CMAKE_MATCH_1
string(REGEX MATCH "citra-emu/citra-?(.*)" OUTVAR ${BUILD_REPOSITORY})
string(REGEX MATCH "lucina3ds-emu/lucina3ds-?(.*)" OUTVAR ${BUILD_REPOSITORY})
if ("${CMAKE_MATCH_COUNT}" GREATER 0)
# capitalize the first letter of each word in the repo name.
string(REPLACE "-" ";" REPO_NAME_LIST ${CMAKE_MATCH_1})