Set app name to "Eden Optimised" for Optimised build. (#101)
Some checks are pending
eden-build / windows (msvc) (push) Waiting to run
eden-build / linux (push) Waiting to run
eden-build / android (push) Waiting to run
eden-build / source (push) Successful in 3m59s

This commit updates the 'genshinSpoof' build flavour to display "Eden Optimised" as the app name by setting 'resValue("string", "app_name_suffixed", "Eden Optimised")'. This helps differentiate the optimised spoofed build from other versions.

Authored-by: Bix <bix@bixed.xyz>
Signed-off-by: Bix <bix@bixed.xyz>

Reviewed-on: #101
Co-authored-by: Bix <bix@bixed.xyz>
Co-committed-by: Bix <bix@bixed.xyz>
This commit is contained in:
Bix 2025-07-24 14:02:02 +02:00 committed by crueter
parent b2b993b665
commit df8f32b7ad
Signed by: crueter
GPG key ID: 425ACD2D4830EBC6

View file

@ -60,7 +60,7 @@ android {
// TODO If this is ever modified, change application_id in strings.xml
applicationId = "dev.eden.eden_emulator"
minSdk = 30
targetSdk = 35
targetSdk = 36
versionName = getGitVersion()
versionCode = autoVersion
@ -150,7 +150,8 @@ android {
create("genshinSpoof") {
dimension = "version"
applicationId = "com.miHoYo.Yuanshen"
resValue("string", "app_name_suffixed", "Eden Optimised")
applicationId = "com.miHoYo.Yuanshen"
}
}
}