mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 22:09:47 -04:00
* add README.md to sourceforge.net release fileset
This commit is contained in:
parent
4b0fb75339
commit
9124e9b43e
@ -774,8 +774,10 @@
|
|||||||
<checksum algorithm="SHA-256" pattern="{0} {1}" todir="${dir.cache}/sha">
|
<checksum algorithm="SHA-256" pattern="{0} {1}" todir="${dir.cache}/sha">
|
||||||
<fileset dir="${dir.release}" />
|
<fileset dir="${dir.release}" />
|
||||||
</checksum>
|
</checksum>
|
||||||
<concat destfile="${dir.release}/DIGEST.sha256" overwrite="true" eol="unix" outputencoding="UTF-8">
|
<concat destfile="${dir.release}/README.md" overwrite="true" eol="unix" outputencoding="UTF-8">
|
||||||
|
<fileset file="${dir.installer}/ant/digest.header.md" />
|
||||||
<fileset dir="${dir.cache}/sha" />
|
<fileset dir="${dir.cache}/sha" />
|
||||||
|
<fileset file="${dir.installer}/ant/digest.footer.md" />
|
||||||
</concat>
|
</concat>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
5
installer/ant/digest.footer.md
Normal file
5
installer/ant/digest.footer.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
```
|
||||||
|
|
||||||
|
Release Notes
|
||||||
|
-------------
|
||||||
|
Please see [Announcements and Releases](https://www.filebot.net/forums/viewforum.php?f=7) in the [FileBot Forums](https://www.filebot.net/forums/).
|
3
installer/ant/digest.header.md
Normal file
3
installer/ant/digest.header.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
SHA-256 checksums
|
||||||
|
-----------------
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user