1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

update launch4j config

This commit is contained in:
Reinhard Pointner 2015-12-25 11:50:21 +00:00
parent 47e033797a
commit 124a264d41

View File

@ -4,7 +4,7 @@
<headerType>console</headerType>
<jar>FileBot.jar</jar>
<outfile>filebot.exe</outfile>
<errTitle>Launch4j</errTitle>
<errTitle>FileBot</errTitle>
<cmdLine></cmdLine>
<chdir></chdir>
<priority>normal</priority>
@ -21,11 +21,4 @@
<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>