TS plugin into bundle
This commit is contained in:
parent
77114457ca
commit
cf11ac3d47
|
@ -7,5 +7,10 @@ cd java_console
|
|||
call ant clean clean_out_folder jar
|
||||
cd ..
|
||||
|
||||
echo Building TS plugin
|
||||
cd java_tools/ts_plugin_launcher
|
||||
call ant clean jar
|
||||
cd ../..
|
||||
|
||||
if not exist java_console_binary/rusefi_console.jar echo CONSOLE COMPILATION FAILED
|
||||
echo java console looks good
|
||||
|
|
|
@ -46,6 +46,7 @@ if %rusefi_console_settings%.==. (
|
|||
|
||||
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 simulator/build/rusefi_simulator.exe %console_folder%
|
||||
cp misc/console_launcher/rusefi_*.exe %console_folder%
|
||||
cp java_console/rusefi.xml %console_folder%
|
||||
|
|
Loading…
Reference in New Issue