2016-09-18 22:16:29 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<launch4jConfig>
|
|
|
|
<dontWrapJar>true</dontWrapJar>
|
|
|
|
<headerType>gui</headerType>
|
2017-03-06 06:30:19 +00:00
|
|
|
<jar></jar>
|
2016-09-18 22:16:29 +00:00
|
|
|
<outfile>filebot.launcher.exe</outfile>
|
|
|
|
<errTitle></errTitle>
|
|
|
|
<cmdLine></cmdLine>
|
|
|
|
<chdir></chdir>
|
|
|
|
<priority>normal</priority>
|
|
|
|
<downloadUrl></downloadUrl>
|
|
|
|
<supportUrl></supportUrl>
|
|
|
|
<stayAlive>false</stayAlive>
|
|
|
|
<restartOnCrash>false</restartOnCrash>
|
|
|
|
<manifest></manifest>
|
|
|
|
<icon>..\icons\shortcut.ico</icon>
|
2017-03-06 06:30:19 +00:00
|
|
|
<classPath>
|
|
|
|
<mainClass>net.filebot.Main</mainClass>
|
2017-03-06 07:36:35 +00:00
|
|
|
<cp>%EXEDIR%\lib\*.jar</cp>
|
2017-03-06 06:30:19 +00:00
|
|
|
</classPath>
|
2016-09-18 22:16:29 +00:00
|
|
|
<jre>
|
|
|
|
<path>jre</path>
|
|
|
|
<bundledJre64Bit>true</bundledJre64Bit>
|
|
|
|
<bundledJreAsFallback>false</bundledJreAsFallback>
|
|
|
|
<minVersion></minVersion>
|
|
|
|
<maxVersion></maxVersion>
|
|
|
|
<jdkPreference>jreOnly</jdkPreference>
|
|
|
|
<runtimeBits>64</runtimeBits>
|
|
|
|
</jre>
|
|
|
|
</launch4jConfig>
|