mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
29 lines
1.2 KiB
XML
29 lines
1.2 KiB
XML
<launch4jConfig>
|
|
<dontWrapJar>true</dontWrapJar>
|
|
<headerType>console</headerType>
|
|
<jar>FileBot.jar</jar>
|
|
<outfile>filebot.exe</outfile>
|
|
<errTitle></errTitle>
|
|
<cmdLine></cmdLine>
|
|
<chdir></chdir>
|
|
<priority>normal</priority>
|
|
<downloadUrl>http://java.com/download</downloadUrl>
|
|
<supportUrl></supportUrl>
|
|
<customProcName>false</customProcName>
|
|
<stayAlive>false</stayAlive>
|
|
<manifest></manifest>
|
|
<icon>..\icons\shortcut.ico</icon>
|
|
<jre>
|
|
<path></path>
|
|
<minVersion>1.7.0</minVersion>
|
|
<maxVersion></maxVersion>
|
|
<jdkPreference>preferJre</jdkPreference>
|
|
</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> |