rusefi/misc/console_launcher/rusefi_autoupdate.xml

31 lines
1009 B
XML
Raw Normal View History

2020-06-06 19:26:15 -07:00
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>true</dontWrapJar>
<headerType>gui</headerType>
2020-06-06 21:12:49 -07:00
<jar></jar>
2020-06-06 19:26:15 -07:00
<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>
2020-06-06 21:12:49 -07:00
<classPath>
<mainClass>com.rusefi.autoupdate.Autoupdate</mainClass>
<cp>rusefi_console.jar</cp>
<cp>rusefi_autoupdate.jar</cp>
</classPath>
2020-06-06 19:26:15 -07:00
<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>