From 8c922b0018ee00e67d011fca62096b9dc1b69ca8 Mon Sep 17 00:00:00 2001 From: alexytomi <60690056+alexytomi@users.noreply.github.com> Date: Wed, 1 Apr 2026 14:59:43 +0800 Subject: [PATCH] fix(app): Shortname for app typo! Accidentally forgot to remove while copy pasting, oops --- app_pojavlauncher/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_pojavlauncher/build.gradle b/app_pojavlauncher/build.gradle index a68764c435..e4e192e636 100644 --- a/app_pojavlauncher/build.gradle +++ b/app_pojavlauncher/build.gradle @@ -147,7 +147,7 @@ android { // multiDexEnabled = true // debuggable = true resValue "string", "app_name", "Amethyst" - resValue "string", "app_short_name", "Amethyst (Debug)" + resValue "string", "app_short_name", "Amethyst" resValue 'string', 'storageProviderAuthorities', 'org.angelauramc.amethyst.scoped.gamefolder' resValue 'string', 'application_package', 'org.angelauramc.amethyst' }