mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-04 16:35:08 -05:00
31 lines
1.3 KiB
XML
31 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<launch4jConfig>
|
|
<dontWrapJar>true</dontWrapJar>
|
|
<headerType>console</headerType>
|
|
<jar>FileBot.jar</jar>
|
|
<outfile>filebot.exe</outfile>
|
|
<errTitle>Launch4j</errTitle>
|
|
<cmdLine></cmdLine>
|
|
<chdir></chdir>
|
|
<priority>normal</priority>
|
|
<downloadUrl>http://www.oracle.com/technetwork/java/javase/downloads/index.html</downloadUrl>
|
|
<supportUrl></supportUrl>
|
|
<stayAlive>false</stayAlive>
|
|
<manifest></manifest>
|
|
<icon>..\icons\shortcut.ico</icon>
|
|
<jre>
|
|
<path></path>
|
|
<bundledJre64Bit>false</bundledJre64Bit>
|
|
<minVersion>1.8.0</minVersion>
|
|
<maxVersion></maxVersion>
|
|
<jdkPreference>preferJre</jdkPreference>
|
|
<runtimeBits>64/32</runtimeBits>
|
|
</jre>
|
|
<messages>
|
|
<startupErr>Failed to run the given command.</startupErr>
|
|
<bundledJreErr>This application was configured to use a bundled Java Runtime Environment but the runtime is missing or corrupted.</bundledJreErr>
|
|
<jreVersionErr>This application requires a Java Runtime Environment</jreVersionErr>
|
|
<launcherErr>The registry refers to a nonexistent Java Runtime Environment installation or the runtime is corrupted.</launcherErr>
|
|
<instanceAlreadyExistsMsg>An application instance is already running.</instanceAlreadyExistsMsg>
|
|
</messages>
|
|
</launch4jConfig> |