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
6b198bdd4b
commit
686519e582
@ -896,7 +896,9 @@
|
||||
|
||||
|
||||
<target name="deploy-chocolatey" description="Update Chocolatey Package Source">
|
||||
<checksum property="x64.msi.sha256" file="${dir.release}/${release}_x64.msi" algorithm="SHA-256" />
|
||||
<loadresource property="x64.msi.sha256">
|
||||
<url url="@{link.release.index}/@{release}/@{release}_x64.msi.sha256" />
|
||||
</loadresource>
|
||||
|
||||
<!-- replace variables for new release -->
|
||||
<copy-replace todir="${dir.dist}/choco">
|
||||
|
Loading…
Reference in New Issue
Block a user