happy new year
This commit is contained in:
parent
40145ab09c
commit
b01a2cf4c8
|
@ -49,7 +49,7 @@ import static com.rusefi.ui.storage.PersistentConfiguration.getConfig;
|
||||||
* @see EngineSnifferPanel
|
* @see EngineSnifferPanel
|
||||||
*/
|
*/
|
||||||
public class Launcher {
|
public class Launcher {
|
||||||
public static final int CONSOLE_VERSION = 20191225;
|
public static final int CONSOLE_VERSION = 20200222;
|
||||||
public static final String INI_FILE_PATH = System.getProperty("ini_file_path", "..");
|
public static final String INI_FILE_PATH = System.getProperty("ini_file_path", "..");
|
||||||
public static final String INPUT_FILES_PATH = System.getProperty("input_files_path", "..");
|
public static final String INPUT_FILES_PATH = System.getProperty("input_files_path", "..");
|
||||||
public static final String TOOLS_PATH = System.getProperty("tools_path", ".");
|
public static final String TOOLS_PATH = System.getProperty("tools_path", ".");
|
||||||
|
|
|
@ -38,7 +38,7 @@ public class StartupFrame {
|
||||||
// todo: figure out a better way to work with absolute path
|
// todo: figure out a better way to work with absolute path
|
||||||
private static final String APPICON = "appicon.png";
|
private static final String APPICON = "appicon.png";
|
||||||
private static final String LOGO = "logo.gif";
|
private static final String LOGO = "logo.gif";
|
||||||
public static final String LINK_TEXT = "rusEfi (c) 2012-2019";
|
public static final String LINK_TEXT = "rusEfi (c) 2012-2020";
|
||||||
private static final String URI = "http://rusefi.com/?java_console";
|
private static final String URI = "http://rusefi.com/?java_console";
|
||||||
// private static final int RUSEFI_ORANGE = 0xff7d03;
|
// private static final int RUSEFI_ORANGE = 0xff7d03;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue