mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-22 07:48:52 -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">
|
<target name="deploy-chocolatey" description="Update Chocolatey Package Source">
|
||||||
<loadresource property="x64.msi.sha256">
|
<loadresource property="x64.msi.sha256">
|
||||||
<url url="${link.release.index}/${release}/${release}_x64.msi.sha256" />
|
<url url="${link.release.index}/${release}/${release}_x64.msi.sha256" />
|
||||||
|
<filterchain>
|
||||||
|
<striplinebreaks />
|
||||||
|
</filterchain>
|
||||||
</loadresource>
|
</loadresource>
|
||||||
|
|
||||||
<!-- replace variables for new release -->
|
<!-- replace variables for new release -->
|
||||||
|
@ -11,12 +11,11 @@
|
|||||||
<tags>filebot renamer plex kodi emby checksum crc32 md5 sha256 utility license admin</tags>
|
<tags>filebot renamer plex kodi emby checksum crc32 md5 sha256 utility license admin</tags>
|
||||||
<iconUrl>@{link.image.logo}</iconUrl>
|
<iconUrl>@{link.image.logo}</iconUrl>
|
||||||
<projectUrl>@{package.homepage}</projectUrl>
|
<projectUrl>@{package.homepage}</projectUrl>
|
||||||
<licenseUrl>https://github.com/filebot/filebot/blob/master/LICENSE.md</licenseUrl>
|
<licenseUrl>https://www.filebot.net/eula.html</licenseUrl>
|
||||||
<packageSourceUrl>https://github.com/filebot/filebot/tree/master/installer/choco</packageSourceUrl>
|
|
||||||
<docsUrl>@{link.intro}</docsUrl>
|
<docsUrl>@{link.intro}</docsUrl>
|
||||||
<mailingListUrl>@{link.forums}</mailingListUrl>
|
<mailingListUrl>@{link.forums}</mailingListUrl>
|
||||||
<bugTrackerUrl>@{link.bugs}</bugTrackerUrl>
|
<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>
|
<copyright>@{tstamp.year} @{package.developer}</copyright>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
Loading…
Reference in New Issue
Block a user