mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Updated NEWS and build target so that it goes into final ZIP file
This commit is contained in:
parent
52198f1589
commit
3a5f641139
1
NEWS.txt
1
NEWS.txt
@ -3,6 +3,7 @@ New Features:
|
||||
- New database design
|
||||
- Hashlookup / calculation
|
||||
- Minor overall improvements
|
||||
- NOTE: Cases created with b1 are not supported in b2 (different DB)
|
||||
|
||||
3.0.0b1 (Aug 16, 2011)
|
||||
- Initial release
|
||||
|
@ -56,6 +56,7 @@
|
||||
<!-- step (3) do your copying stuff here, check the ant doc for copy, move, etc file -->
|
||||
<copy file="${basedir}/README.txt" tofile="${zip-tmp}/${app.name}/README.txt"/>
|
||||
<copy file="${basedir}/LICENSE-2.0.txt" tofile="${zip-tmp}/${app.name}/LICENSE-2.0.txt"/>
|
||||
<copy file="${basedir}/NEWS.txt" tofile="${zip-tmp}/${app.name}/NEWS.txt"/>
|
||||
<antcall target="copyExternalLibs"></antcall>
|
||||
|
||||
<!-- step (4) zip again, but with the version numbers in the dir -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user