autoupdate
This commit is contained in:
parent
265d816f7e
commit
4580630a35
|
@ -1,3 +1,5 @@
|
||||||
|
autoupdate_build
|
||||||
|
rusefi_autoupdate.jar
|
||||||
logs/
|
logs/
|
||||||
rusefi_console_properties.xml
|
rusefi_console_properties.xml
|
||||||
output.c
|
output.c
|
||||||
|
|
Binary file not shown.
|
@ -0,0 +1,26 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<launch4jConfig>
|
||||||
|
<dontWrapJar>true</dontWrapJar>
|
||||||
|
<headerType>gui</headerType>
|
||||||
|
<jar>rusefi_autoupdate.jar</jar>
|
||||||
|
<outfile>c:\stuff\rusefi\misc\console_launcher\rusefi_autoupdate.exe</outfile>
|
||||||
|
<errTitle></errTitle>
|
||||||
|
<cmdLine></cmdLine>
|
||||||
|
<chdir>.</chdir>
|
||||||
|
<priority>normal</priority>
|
||||||
|
<downloadUrl>http://java.com/download</downloadUrl>
|
||||||
|
<supportUrl></supportUrl>
|
||||||
|
<stayAlive>false</stayAlive>
|
||||||
|
<restartOnCrash>false</restartOnCrash>
|
||||||
|
<manifest></manifest>
|
||||||
|
<icon>c:\stuff\rusefi\misc\console_launcher\favicon.ico</icon>
|
||||||
|
<jre>
|
||||||
|
<path></path>
|
||||||
|
<bundledJre64Bit>false</bundledJre64Bit>
|
||||||
|
<bundledJreAsFallback>false</bundledJreAsFallback>
|
||||||
|
<minVersion>1.7.0</minVersion>
|
||||||
|
<maxVersion></maxVersion>
|
||||||
|
<jdkPreference>preferJre</jdkPreference>
|
||||||
|
<runtimeBits>64/32</runtimeBits>
|
||||||
|
</jre>
|
||||||
|
</launch4jConfig>
|
|
@ -44,10 +44,11 @@ if %rusefi_console_settings%.==. (
|
||||||
cp %rusefi_console_settings% %console_folder%
|
cp %rusefi_console_settings% %console_folder%
|
||||||
)
|
)
|
||||||
|
|
||||||
|
cp java_console/rusefi_autoupdate.jar %console_folder%
|
||||||
cp java_console_binary/rusefi_console.jar %console_folder%
|
cp java_console_binary/rusefi_console.jar %console_folder%
|
||||||
cp simulator/build/rusefi_simulator.exe %console_folder%
|
cp simulator/build/rusefi_simulator.exe %console_folder%
|
||||||
cp misc/console_launcher/rusefi_console.exe %console_folder%
|
cp misc/console_launcher/rusefi_*.exe %console_folder%
|
||||||
cp java_console/rusefi.xml %console_folder%
|
cp java_console/rusefi.xml %console_folder%
|
||||||
|
|
||||||
cp misc/console_launcher/readme.html %folder%
|
cp misc/console_launcher/readme.html %folder%
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue