only: simpler basic console Console buttons to read write tune #5577

This commit is contained in:
rusefillc 2024-06-03 09:26:49 -04:00
parent af8afafdb8
commit 6706f97512
3 changed files with 4 additions and 3 deletions

View File

@ -17,6 +17,7 @@ import javax.swing.*;
import static com.rusefi.FileLog.isWindows;
/**
* Focuses on firmware updater
* Much simpler than {@link com.rusefi.StartupFrame}
*/
public class BasicStartupFrame {

View File

@ -5,8 +5,8 @@
<jar>console\rusefi_console.jar</jar>
<outfile>c:\stuff\rusefi\misc\console_launcher\rusefi_updater.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<cmdLine>basic-ui</cmdLine>
<chdir>console</chdir>
<priority>normal</priority>
<downloadUrl>https://rusefi.com/s/jre-redirect</downloadUrl>
<supportUrl></supportUrl>
@ -28,4 +28,4 @@
<launcherErr>The registry refers to a nonexistent Java Runtime Environment installation or the runtime is corrupted.</launcherErr>
<instanceAlreadyExistsMsg>An application instance is already running.</instanceAlreadyExistsMsg>
</messages>
</launch4jConfig>
</launch4jConfig>