update launch4j config
This commit is contained in:
parent
47e033797a
commit
124a264d41
|
@ -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>
|
Loading…
Reference in New Issue