mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-22 20:19:21 +00:00
Update HavenoExecutable.java
This commit is contained in:
parent
5f9382f5b2
commit
d59c537408
1 changed files with 1 additions and 3 deletions
|
@ -82,9 +82,7 @@ import java.util.concurrent.atomic.AtomicInteger;
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public abstract class HavenoExecutable implements GracefulShutDownHandler, HavenoSetup.HavenoSetupListener, UncaughtExceptionHandler {
|
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
|
public static final String DEFAULT_APP_NAME = "Haveno-RETO";
|
||||||
// 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 int EXIT_SUCCESS = 0;
|
public static final int EXIT_SUCCESS = 0;
|
||||||
public static final int EXIT_FAILURE = 1;
|
public static final int EXIT_FAILURE = 1;
|
||||||
|
|
Loading…
Reference in a new issue