2014-08-02 14:54:40 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2011-12-19 06:38:54 -05:00
|
|
|
<launch4jConfig>
|
|
|
|
<dontWrapJar>true</dontWrapJar>
|
|
|
|
<headerType>gui</headerType>
|
2018-06-09 04:29:23 -04:00
|
|
|
<jar></jar>
|
2011-12-19 06:38:54 -05:00
|
|
|
<outfile>filebot.platform.launcher.exe</outfile>
|
2017-03-19 15:56:07 -04:00
|
|
|
<errTitle></errTitle>
|
2011-12-19 06:38:54 -05:00
|
|
|
<cmdLine></cmdLine>
|
|
|
|
<chdir></chdir>
|
|
|
|
<priority>normal</priority>
|
2017-03-19 15:56:07 -04:00
|
|
|
<downloadUrl></downloadUrl>
|
2014-10-07 12:49:57 -04:00
|
|
|
<supportUrl></supportUrl>
|
2017-04-11 07:27:38 -04:00
|
|
|
<stayAlive>true</stayAlive>
|
2017-03-19 15:56:07 -04:00
|
|
|
<restartOnCrash>false</restartOnCrash>
|
2011-12-19 06:38:54 -05:00
|
|
|
<manifest></manifest>
|
2018-06-10 09:30:42 -04:00
|
|
|
<icon>icon.ico</icon>
|
2018-06-09 04:29:23 -04:00
|
|
|
<classPath>
|
|
|
|
<mainClass>net.filebot.Main</mainClass>
|
2018-06-09 02:44:51 -04:00
|
|
|
<cp>%EXEDIR%\jar\*.jar</cp>
|
2018-06-09 04:29:23 -04:00
|
|
|
</classPath>
|
2011-12-19 06:38:54 -05:00
|
|
|
<jre>
|
2018-06-09 04:29:23 -04:00
|
|
|
<path>jre</path>
|
|
|
|
<bundledJre64Bit>true</bundledJre64Bit>
|
2017-03-19 15:56:07 -04:00
|
|
|
<bundledJreAsFallback>false</bundledJreAsFallback>
|
2018-06-09 04:29:23 -04:00
|
|
|
<minVersion></minVersion>
|
2011-12-19 06:38:54 -05:00
|
|
|
<maxVersion></maxVersion>
|
2018-06-09 04:29:23 -04:00
|
|
|
<jdkPreference>jreOnly</jdkPreference>
|
|
|
|
<runtimeBits>64</runtimeBits>
|
2011-12-19 06:38:54 -05:00
|
|
|
</jre>
|
|
|
|
</launch4jConfig>
|