mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-19 19:51:53 +00:00
Removed newcli.
Colorized old cli.
This commit is contained in:
@@ -26,6 +26,8 @@ import java.util.Properties;
|
||||
public class ApplicationInfo {
|
||||
|
||||
public static final String APPLICATION_NAME = "JPEXS Free Flash Decompiler";
|
||||
|
||||
public static final String CLI_APPLICATION_NAME = "@|blue JPEXS|@ @|green Free|@ @|red Flash Decompiler|@";
|
||||
|
||||
public static final String SHORT_APPLICATION_NAME = "FFDec";
|
||||
|
||||
@@ -47,6 +49,8 @@ public class ApplicationInfo {
|
||||
|
||||
public static boolean nightly = false;
|
||||
|
||||
public static String cliApplicationVerName;
|
||||
|
||||
public static String applicationVerName;
|
||||
|
||||
public static String shortApplicationVerName;
|
||||
@@ -111,6 +115,7 @@ public class ApplicationInfo {
|
||||
// ignore
|
||||
version = "unknown";
|
||||
}
|
||||
cliApplicationVerName = CLI_APPLICATION_NAME + " v." + version;
|
||||
applicationVerName = APPLICATION_NAME + " v." + version;
|
||||
shortApplicationVerName = SHORT_APPLICATION_NAME + " v." + version;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user