1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 08:18:52 -05:00

* compute SHA-256 for homebrew/cask package

This commit is contained in:
Reinhard Pointner 2014-07-16 12:58:21 +00:00
parent 63c114e7c1
commit d9ea19f259

View File

@ -256,8 +256,7 @@
<tarfileset dir="${dir.dist}" includes="${title}.app/**/fpcalc" filemode="755" />
<tarfileset prefix="${title}.app/Contents/MacOS" dir="${dir.installer}/appbundle" includes="*.sh" filemode="755" />
</tar>
<delete dir="${dir.dist}/${title}.app" />
<checksum file="${path.appbundle.tar.gz}" algorithm="SHA-256" fileext=".sha256" />
</target>