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

30 lines
844 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
2010-11-06 07:01:19 -04:00
<launch4jConfig>
<dontWrapJar>true</dontWrapJar>
<headerType>gui</headerType>
2018-06-09 04:29:23 -04:00
<jar></jar>
<outfile>filebot.launcher.exe</outfile>
<errTitle></errTitle>
2010-11-06 07:01:19 -04:00
<cmdLine></cmdLine>
<chdir></chdir>
<priority>normal</priority>
<downloadUrl></downloadUrl>
<supportUrl></supportUrl>
2017-04-11 07:27:38 -04:00
<stayAlive>true</stayAlive>
<restartOnCrash>false</restartOnCrash>
2010-11-06 07:01:19 -04:00
<manifest></manifest>
<icon>icon.ico</icon>
2018-06-09 04:29:23 -04:00
<classPath>
<mainClass>net.filebot.Main</mainClass>
<cp>%EXEDIR%\jar\*.jar</cp>
2018-06-09 04:29:23 -04:00
</classPath>
2010-11-06 07:01:19 -04:00
<jre>
2018-06-09 04:29:23 -04:00
<path>jre</path>
<bundledJre64Bit>true</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
2018-06-09 04:29:23 -04:00
<minVersion></minVersion>
2010-11-06 07:01:19 -04:00
<maxVersion></maxVersion>
2018-06-09 04:29:23 -04:00
<jdkPreference>jreOnly</jdkPreference>
<runtimeBits>64</runtimeBits>
2010-11-06 07:01:19 -04:00
</jre>
</launch4jConfig>