mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-10 14:31:04 -04:00
Simplify chocolatey builds
This commit is contained in:
parent
686519e582
commit
f35b60a88e
@ -897,7 +897,7 @@
|
|||||||
|
|
||||||
<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" />
|
||||||
</loadresource>
|
</loadresource>
|
||||||
|
|
||||||
<!-- replace variables for new release -->
|
<!-- replace variables for new release -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user