2009-07-27 18:34:42 -04: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 11:17:14 -04:00
|
|
|
<homepage href="http://filebot.sourceforge.net" />
|
2009-07-27 18:34:42 -04: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>
|
|
|
|
<property name="jnlp.packEnabled" value="true" />
|
|
|
|
|
2009-08-10 12:20:18 -04:00
|
|
|
<java version="1.6+" max-heap-size="256m" />
|
2009-07-27 18:34:42 -04:00
|
|
|
<jar href="filebot.jar" main="true" />
|
2009-10-15 11:17:14 -04:00
|
|
|
|
2009-07-27 18:34:42 -04: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 07:01:19 -04:00
|
|
|
<nativelib href="native/win32-x64.jar" />
|
2009-07-27 18:34:42 -04: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-06 21:15:38 -05:00
|
|
|
<resources os="Mac" arch="x86_64">
|
|
|
|
<nativelib href="native/mac-x86_64.jar" />
|
2009-07-27 18:34:42 -04:00
|
|
|
</resources>
|
|
|
|
|
|
|
|
<application-desc main-class="net.sourceforge.filebot.Main" />
|
|
|
|
</jnlp>
|