mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-21 23:38:50 -05:00
Simplify chocolatey builds
This commit is contained in:
parent
f35b60a88e
commit
9c337bb123
@ -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 -->
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user