1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 08:18:52 -05:00

Simplify SPK repository build

This commit is contained in:
Reinhard Pointner 2018-06-23 18:52:01 +07:00
parent be29941b53
commit 9bb15046d8

View File

@ -847,8 +847,7 @@
<!-- merge all filebot related packages into a single package source file -->
<package-source file="${dir.dist}/syno/index.json">
<keyring file="${dir.installer}/gpg/FileBot.pub" />
<spk file="${dir.release}/${release}_noarch.spk">
<info name="link" value="https://get.filebot.net/${package.name}/${release}/${release}_noarch.spk" />
<spk url="https://get.filebot.net/${package.name}/${release}/${release}_noarch.spk" file="${dir.cache}/${release}_noarch.spk">
<thumbnail url="https://www.filebot.net/syno/filebot-thumbnail.png" />
<snapshot url="https://www.filebot.net/syno/filebot-snapshot.png" />
</spk>