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

26 lines
758 B
XML
Raw Permalink Normal View History

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