Simplify chocolatey builds

This commit is contained in:
Reinhard Pointner 2019-05-21 19:24:05 +07:00
parent f35b60a88e
commit 9c337bb123
2 changed files with 5 additions and 3 deletions

View File

@ -898,6 +898,9 @@
<target name="deploy-chocolatey" description="Update Chocolatey Package Source">
<loadresource property="x64.msi.sha256">
<url url="${link.release.index}/${release}/${release}_x64.msi.sha256" />
<filterchain>
<striplinebreaks />
</filterchain>
</loadresource>
<!-- replace variables for new release -->

View File

@ -11,12 +11,11 @@
<tags>filebot renamer plex kodi emby checksum crc32 md5 sha256 utility license admin</tags>
<iconUrl>@{link.image.logo}</iconUrl>
<projectUrl>@{package.homepage}</projectUrl>
<licenseUrl>https://github.com/filebot/filebot/blob/master/LICENSE.md</licenseUrl>
<packageSourceUrl>https://github.com/filebot/filebot/tree/master/installer/choco</packageSourceUrl>
<licenseUrl>https://www.filebot.net/eula.html</licenseUrl>
<docsUrl>@{link.intro}</docsUrl>
<mailingListUrl>@{link.forums}</mailingListUrl>
<bugTrackerUrl>@{link.bugs}</bugTrackerUrl>
<releaseNotes>https://www.filebot.net/forums/viewforum.php?f=7</releaseNotes>
<releaseNotes>https://www.filebot.net/notes.html</releaseNotes>
<copyright>@{tstamp.year} @{package.developer}</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
</metadata>