* update build

This commit is contained in:
Reinhard Pointner 2015-11-16 08:29:42 +00:00
parent 9c05de570b
commit 6c0487c4b9
1 changed files with 4 additions and 5 deletions

View File

@ -836,21 +836,20 @@
</copy>
<!-- merge all filebot related packages into a single package source file -->
<property prefix="node" url="https://raw.githubusercontent.com/filebot/filebot-node/master/package.properties" />
<property prefix="java" url="https://raw.githubusercontent.com/rednoah/java-installer/master/package.properties" />
<property prefix="filebot-node" url="https://raw.githubusercontent.com/filebot/filebot-node/master/package.properties" />
<property prefix="java-installer" url="https://raw.githubusercontent.com/rednoah/java-installer/master/package.properties" />
<package-source file="${dir.dist}/website/syno/index.json">
<keyring file="${dir.installer}/gpg/FileBot.pub" />
<spk file="${dir.cache}/package-source/filebot-${version}-noarch.spk" url="http://downloads.sourceforge.net/project/filebot/filebot/FileBot_${version}/filebot-${version}-noarch.spk">
<thumbnail url="http://app.filebot.net/syno/filebot-thumbnail.png" />
<snapshot url="http://app.filebot.net/syno/filebot-snapshot.png" />
</spk>
<spk file="${dir.cache}/package-source/filebot-node-${node.version}-noarch.spk" url="http://downloads.sourceforge.net/project/filebot/filebot-node/filebot-node-${node.version}/filebot-node-${node.version}-noarch.spk">
<spk file="${dir.cache}/package-source/${filebot-node.package}-${filebot-node.version}-noarch.spk" url="http://downloads.sourceforge.net/project/filebot/filebot-node/${filebot-node.package}-${filebot-node.version}/${filebot-node.package}-${filebot-node.version}-noarch.spk">
<thumbnail url="http://app.filebot.net/syno/filebot-node-thumbnail.png" />
<snapshot url="http://app.filebot.net/syno/filebot-node-snapshot.png" />
</spk>
<spk file="${dir.cache}/package-source/java-installer-${java.version}-noarch.spk" url="https://github.com/rednoah/java-installer/releases/download/${java.version}/${java.package}-${java.version}-noarch.spk">
<spk file="${dir.cache}/package-source/${java-installer.package}-${java-installer.version}-noarch.spk" url="https://github.com/rednoah/java-installer/releases/download/${java-installer.version}/${java-installer.package}-${java-installer.version}-noarch.spk">
<thumbnail url="http://app.filebot.net/syno/java-thumbnail.png" />
<snapshot url="http://app.filebot.net/syno/java-snapshot.png" />
</spk>
</package-source>