misc cleanup

This commit is contained in:
Matthew Kennedy 2024-03-07 22:11:23 -08:00
parent c03b8e1944
commit a5008f4799
3 changed files with 1 additions and 22 deletions

View File

@ -1,18 +0,0 @@
<html>
<body>
<center>
This is rusEFI open source engine control unit bundle.
<br><br><br>
<a href=https://github.com/rusefi/rusefi>Source code & links</a>
<br><br><br>
<a href=https://github.com/rusefi/rusefi/wiki>Documentation</a>
<br><br><br>
@author Andrey Belomutskiy, (c) 2012-2020
</body>
</html>

View File

@ -1 +1 @@
rusEFI uses http://launch4j.sourceforge.net/ to create console launcher
FOME uses http://launch4j.sourceforge.net/ to create console launcher

View File

@ -47,7 +47,6 @@ cp java_console_binary/fome_console.jar $CONSOLE_FOLDER
cp simulator/build/fome_simulator.exe $CONSOLE_FOLDER
cp misc/console_launcher/fome_*.exe $CONSOLE_FOLDER
cp java_console/*.dll $CONSOLE_FOLDER
cp java_console/rusefi.xml $CONSOLE_FOLDER
cp firmware/ext/openblt/Host/libopenblt.dll $CONSOLE_FOLDER
cp firmware/ext/openblt/Host/libopenblt.so $CONSOLE_FOLDER
cp firmware/ext/openblt/Host/libopenblt.dylib $CONSOLE_FOLDER
@ -55,8 +54,6 @@ cp firmware/ext/openblt/Host/openblt_jni.dll $CONSOLE_FOLDER
cp firmware/ext/openblt/Host/libopenblt_jni.so $CONSOLE_FOLDER
cp firmware/ext/openblt/Host/libopenblt_jni.dylib $CONSOLE_FOLDER
cp misc/console_launcher/readme.html $FOLDER
cp firmware/tunerstudio/generated/$INI_FILE_OVERRIDE $FOLDER
# Unsetting since would not be used anywhere else
INI_FILE_OVERRIDE=""