only keep 64-bit photorec in zip

This commit is contained in:
Greg DiCristofaro 2020-06-17 14:23:22 -04:00
parent 10ad4b9739
commit d962ce41b8

View File

@ -156,6 +156,13 @@
<include name="libpq.dll"/>
</fileset>
</delete>
<!-- Just keep 64-bit photorec version -->
<var name="photorec-zip-path" value="${zip-tmp}/${app.name}/autopsy/photorec_exec"/>
<delete dir="${photorec-zip-path}/bin"/>
<move todir="${photorec-zip-path}">
<fileset dir="${photorec-zip-path}/64-bit/bin"/>
</move>
<!-- step (4) zip again, but with the version numbers in the name & root folder -->
<zip destfile="${nbdist.dir}/${app.name}-${app.version}.zip">