filebot/installer/msi/filebot-platform-launch4j.xml

28 lines
898 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>true</dontWrapJar>
<headerType>gui</headerType>
<jar>FileBot.jar</jar>
<outfile>filebot.platform.launcher.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir></chdir>
<priority>normal</priority>
<downloadUrl>http://www.oracle.com/technetwork/java/javase/overview/index.html</downloadUrl>
<supportUrl>http://www.filebot.net/forums/</supportUrl>
<stayAlive>false</stayAlive>
<manifest></manifest>
<icon>..\icons\shortcut.ico</icon>
<singleInstance>
<mutexName>net.filebot.FileBot</mutexName>
2011-12-28 13:51:36 +00:00
<windowTitle></windowTitle>
</singleInstance>
<jre>
<path></path>
<bundledJre64Bit>false</bundledJre64Bit>
<minVersion>1.8.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
</jre>
</launch4jConfig>