From 7db253615f8a6a0889e1e4cc672af106c17cd0da Mon Sep 17 00:00:00 2001 From: alexytomi <60690056+alexytomi@users.noreply.github.com> Date: Wed, 1 Apr 2026 10:45:12 +0800 Subject: [PATCH] change(app): Add `(Debug)` to app display name if debug build --- app_pojavlauncher/build.gradle | 4 ++++ app_pojavlauncher/src/main/res/values/strings.xml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app_pojavlauncher/build.gradle b/app_pojavlauncher/build.gradle index 9fa6745e38..c6c0ca8690 100644 --- a/app_pojavlauncher/build.gradle +++ b/app_pojavlauncher/build.gradle @@ -132,6 +132,8 @@ android { shrinkResources false proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' signingConfig signingConfigs.customDebug + resValue "string", "app_name", "Amethyst (Debug)" + resValue "string", "app_short_name", "Amethyst (Debug)" resValue 'string', 'application_package', 'org.angelauramc.amethyst.debug' resValue 'string', 'storageProviderAuthorities', 'org.angelauramc.amethyst.scoped.gamefolder.debug' resValue 'string', 'shareProviderAuthority', 'org.angelauramc.amethyst.scoped.controlfolder.debug' @@ -154,6 +156,8 @@ android { // defaultConfig already set // multiDexEnabled = true // debuggable = true + resValue "string", "app_name", "Amethyst" + resValue "string", "app_short_name", "Amethyst (Debug)" resValue 'string', 'storageProviderAuthorities', 'org.angelauramc.amethyst.scoped.gamefolder' resValue 'string', 'application_package', 'org.angelauramc.amethyst' } diff --git a/app_pojavlauncher/src/main/res/values/strings.xml b/app_pojavlauncher/src/main/res/values/strings.xml index 7f77aca549..8398782a43 100644 --- a/app_pojavlauncher/src/main/res/values/strings.xml +++ b/app_pojavlauncher/src/main/res/values/strings.xml @@ -1,7 +1,7 @@ - Amethyst + Amethyst @@ -456,7 +456,7 @@ May help with shaderpack glitches. Disable if not needed, can cause crashes. Use Compute Multidraw Emulation Uses compute shaders for multidraw emulation - Amethyst + Amethyst Only Vanilla 1.3.1 and above are supported on demo accounts Demo Profile not supported Please change accounts to use this function