2009-07-27 22:34:42 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<jnlp spec="1.0+" codebase="http://filebot.sourceforge.net/webstart/" href="filebot.jnlp">
|
|
|
|
<information>
|
|
|
|
<title>FileBot</title>
|
|
|
|
<vendor>rednoah</vendor>
|
2009-10-15 15:17:14 +00:00
|
|
|
<homepage href="http://filebot.sourceforge.net" />
|
2009-07-27 22:34:42 +00:00
|
|
|
<description>A cross-platform tool for tv renaming, subtitle download and file verification</description>
|
|
|
|
|
|
|
|
<icon href="icon48.png" width="48" height="48" />
|
|
|
|
<icon href="icon32.png" width="32" height="32" />
|
|
|
|
<icon href="icon16.png" width="16" height="16" />
|
|
|
|
<icon href="shortcut.ico" kind="shortcut" />
|
|
|
|
|
|
|
|
<offline-allowed />
|
|
|
|
</information>
|
|
|
|
|
|
|
|
<security>
|
|
|
|
<all-permissions />
|
|
|
|
</security>
|
|
|
|
|
|
|
|
<resources>
|
2010-11-07 14:57:57 +00:00
|
|
|
<property name="application.deployment" value="webstart" />
|
2009-07-27 22:34:42 +00:00
|
|
|
<property name="jnlp.packEnabled" value="true" />
|
|
|
|
|
2009-08-10 16:20:18 +00:00
|
|
|
<java version="1.6+" max-heap-size="256m" />
|
2009-07-27 22:34:42 +00:00
|
|
|
<jar href="filebot.jar" main="true" />
|
2009-10-15 15:17:14 +00:00
|
|
|
|
2009-07-27 22:34:42 +00:00
|
|
|
<extension name="lib" href="filebot.lib.jnlp" />
|
|
|
|
</resources>
|
|
|
|
|
|
|
|
<resources os="Windows" arch="x86">
|
|
|
|
<nativelib href="native/win32-x86.jar" />
|
|
|
|
</resources>
|
|
|
|
<resources os="Windows" arch="amd64">
|
2010-11-06 11:01:19 +00:00
|
|
|
<nativelib href="native/win32-x64.jar" />
|
2009-07-27 22:34:42 +00:00
|
|
|
</resources>
|
|
|
|
<resources os="Linux" arch="i386">
|
|
|
|
<nativelib href="native/linux-i386.jar" />
|
|
|
|
</resources>
|
|
|
|
<resources os="Linux" arch="amd64">
|
|
|
|
<nativelib href="native/linux-amd64.jar" />
|
|
|
|
</resources>
|
2010-02-07 02:15:38 +00:00
|
|
|
<resources os="Mac" arch="x86_64">
|
|
|
|
<nativelib href="native/mac-x86_64.jar" />
|
2009-07-27 22:34:42 +00:00
|
|
|
</resources>
|
|
|
|
|
|
|
|
<application-desc main-class="net.sourceforge.filebot.Main" />
|
|
|
|
</jnlp>
|