console should be included into autoupdate bundle

This commit is contained in:
rusefi 2020-07-18 12:18:45 -04:00
parent 53387a2d35
commit eaca7ab0da
4 changed files with 9 additions and 3 deletions

1
java_console/bin/help.sh Normal file
View File

@ -0,0 +1 @@
java -jar console/rusefi_console.jar help

View File

@ -0,0 +1 @@
java -jar console/rusefi_console.jar set_auth_token $1

View File

@ -2,7 +2,7 @@
<body>
<center>
This is rusEfi open source engine control unit bundle.
This is rusEFI open source engine control unit bundle.
<br><br><br>
<a href=https://github.com/rusefi/rusefi>Source code & links</a>

View File

@ -54,8 +54,9 @@ cp java_tools/ts_plugin_launcher/build/jar/rusefi_plugin_launcher.jar $CONSOLE_F
cp simulator/build/rusefi_simulator.exe $CONSOLE_FOLDER
cp misc/console_launcher/rusefi_*.exe $CONSOLE_FOLDER
cp java_console/rusefi.xml $CONSOLE_FOLDER
cp java_console/bin $FOLDER
cp misc/console_launcher/readme.html $FOLDER
cp misc/console_launcher/readme.html $FOLDER
cp firmware/tunerstudio/generated/$INI_FILE_OVERRIDE $FOLDER
# Unsetting since would not be used anywhere else
@ -110,7 +111,10 @@ mkdir -p artifacts
mv temp/$FULL_BUNDLE_FILE artifacts
echo "Removing static content from ${CONSOLE_FOLDER} and $DRIVERS_FOLDER"
rm -rf $CONSOLE_FOLDER
rm -rf $CONSOLE_FOLDER/*.exe
rm -rf $CONSOLE_FOLDER/DfuSe
rm -rf $CONSOLE_FOLDER/openocd
rm -rf $CONSOLE_FOLDER/rusefi_autoupdate.jar
rm -rf $DRIVERS_FOLDER
# for autoupdate we do not want the unique folder name with timestamp