rusefi/misc/console_launcher/rusefi_console.xml

24 lines
781 B
XML
Raw Normal View History

2017-02-20 14:38:16 -08:00
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>true</dontWrapJar>
<headerType>gui</headerType>
<jar>rusefi_console.jar</jar>
<outfile>c:\stuff\rusefi\misc\console_launcher\rusefi_console.exe</outfile>
2017-02-20 14:38:16 -08:00
<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>
2017-02-20 14:38:16 -08:00
<jre>
<path>%JAVA_HOME%;%PATH%</path>
<requiresJdk>false</requiresJdk>
<requires64Bit>false</requires64Bit>
<minVersion>11.0</minVersion>
2017-02-20 14:38:16 -08:00
<maxVersion></maxVersion>
</jre>
</launch4jConfig>