mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 14:05:45 +00:00
[android] fix strings and defaults
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
591a446bd1
commit
64f40c8b88
30 changed files with 151 additions and 133 deletions
|
@ -31,7 +31,7 @@ endif()
|
|||
|
||||
# Generate cpp with Git revision from template
|
||||
# Also if this is a CI build, add the build name (ie: Nightly, Canary) to the scm_rev file as well
|
||||
set(REPO_NAME "eden")
|
||||
set(REPO_NAME "Eden")
|
||||
set(BUILD_ID ${GIT_BRANCH})
|
||||
set(BUILD_FULLNAME "${REPO_NAME} ${BUILD_VERSION} ")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue