better plugin file name and location

This commit is contained in:
rusefi 2020-07-21 20:09:17 -04:00
parent 62c0ab88d4
commit f9dc225da3
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<project default="jar">
<property name="jar_file_folder" value="build/jar"/>
<property name="jar_file" value="${jar_file_folder}/rusefi_plugin_launcher.jar"/>
<property name="jar_file" value="${jar_file_folder}/rusefi_ts_plugin_launcher.jar"/>
<property name="console_path" value="../../java_console"/>
<target name="clean">

View File

@ -50,7 +50,7 @@ fi
cp java_console/rusefi_autoupdate.jar $CONSOLE_FOLDER
cp java_console_binary/rusefi_console.jar $CONSOLE_FOLDER
cp java_tools/ts_plugin_launcher/build/jar/rusefi_plugin_launcher.jar $CONSOLE_FOLDER
cp java_tools/ts_plugin_launcher/build/jar/rusefi_ts_plugin_launcher.jar $FOLDER
cp simulator/build/rusefi_simulator.exe $CONSOLE_FOLDER
cp misc/console_launcher/rusefi_*.exe $CONSOLE_FOLDER
cp java_console/rusefi.xml $CONSOLE_FOLDER