From 5c71206a3437efb714490646ea4b5c61853ffdbe Mon Sep 17 00:00:00 2001 From: retoaccess1 <retoaccess@proton.me> Date: Thu, 16 May 2024 01:52:18 +0200 Subject: [PATCH] Update HavenoExecutable.java --- core/src/main/java/haveno/core/app/HavenoExecutable.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/src/main/java/haveno/core/app/HavenoExecutable.java b/core/src/main/java/haveno/core/app/HavenoExecutable.java index 5f2d1462..53855bba 100644 --- a/core/src/main/java/haveno/core/app/HavenoExecutable.java +++ b/core/src/main/java/haveno/core/app/HavenoExecutable.java @@ -82,9 +82,7 @@ import java.util.concurrent.atomic.AtomicInteger; @Slf4j public abstract class HavenoExecutable implements GracefulShutDownHandler, HavenoSetup.HavenoSetupListener, UncaughtExceptionHandler { - // TODO: regular expression is used to parse application name for the flatpak manifest, a more stable approach would be nice - // Don't edit the next line unless you're only editing in between the quotes. - public static final String DEFAULT_APP_NAME = "Haveno"; + public static final String DEFAULT_APP_NAME = "Haveno-RETO"; public static final int EXIT_SUCCESS = 0; public static final int EXIT_FAILURE = 1;