filebot/installer/msi/x86/filebot.platform.launcher.xml

26 lines
767 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>true</dontWrapJar>
<headerType>gui</headerType>
<jar>jar\filebot.jar</jar>
<outfile>filebot.platform.launcher.exe</outfile>
<errTitle></errTitle>
<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>
<manifest></manifest>
2018-08-12 01:56:07 -04:00
<icon>..\icon.ico</icon>
<jre>
2018-06-09 04:29:23 -04:00
<path>jre</path>
2018-08-12 01:56:07 -04:00
<bundledJre64Bit>false</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
2018-06-09 04:29:23 -04:00
<minVersion></minVersion>
<maxVersion></maxVersion>
2018-06-09 04:29:23 -04:00
<jdkPreference>jreOnly</jdkPreference>
2018-08-12 01:56:07 -04:00
<runtimeBits>32</runtimeBits>
</jre>
</launch4jConfig>