mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
only keep 64-bit photorec in zip
This commit is contained in:
parent
10ad4b9739
commit
d962ce41b8
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user