mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
updates to reflect sleuthkit build target
This commit is contained in:
parent
d962ce41b8
commit
96a5005eb7
@ -29,15 +29,11 @@
|
||||
<fail unless="ewfFound" message="LIBEWF_HOME must be set as an environment variable."/>
|
||||
|
||||
<property name="tskLogicalImager.path" value="${env.TSK_HOME}/win32/Release_NoLibs/tsk_logical_imager.exe" />
|
||||
<property name="win64.TskLib.path" value="${env.TSK_HOME}/win32/x64/Release_PostgreSQL"/>
|
||||
<property name="win32.TskLib.path" value="${env.TSK_HOME}/win32/Release_PostgreSQL" />
|
||||
<property name="win64.TskLib.postgres_path" value="${env.TSK_HOME}/win32/x64/Release_PostgreSQL"/>
|
||||
<property name="win32.TskLib.postgres_path" value="${env.TSK_HOME}/win32/Release_PostgreSQL"/>
|
||||
<property name="win64.TskLib.path" value="${env.TSK_HOME}/win32/x64/Release"/>
|
||||
<property name="win32.TskLib.path" value="${env.TSK_HOME}/win32/Release" />
|
||||
<available property="tskLogicalImager.exists" type="file" file="${tskLogicalImager.path}" />
|
||||
<available property="win64.TskLib.exists" type="dir" file="${win64.TskLib.path}" />
|
||||
<available property="win32.TskLib.exists" type="dir" file="${win32.TskLib.path}" />
|
||||
<available property="win64.TskLib_postgres.exists" type="dir" file="{win64.TskLib.postgres_path}" />
|
||||
<available property="win32.TskLib_postgres.exists" type="dir" file="{win32.TskLib.postgres_path}" />
|
||||
</target>
|
||||
|
||||
<!-- The following copy the libtsk_jni dependencies to the Autopsy
|
||||
|
@ -157,13 +157,6 @@
|
||||
</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">
|
||||
<zipfileset dir="${zip-tmp}/${app.name}" prefix="${app.name}-${app.version}"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user