mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Update build.xml
This commit is contained in:
parent
f157df2e7e
commit
f6e9d33b1c
@ -263,9 +263,11 @@
|
||||
<target name="build-installer" depends="getProps, doxygen, build-zip" description="Builds Autopsy installer.">
|
||||
<delete dir="${nbdist.dir}/${app.name}-installer" quiet="true"/>
|
||||
<unzip src="${nbdist.dir}/${app.name}-${app.version}.zip" dest="${nbdist.dir}/${app.name}-installer"/>
|
||||
<!-- Disable the Experimental module by default for the installed version -->
|
||||
|
||||
<!-- Disable the Experimental module by default for the installed version. Need to update .lastModified time for change to be seen. -->
|
||||
<replace file="${nbdist.dir}/${app.name}-installer/autopsy/config/modules/org-sleuthkit-autopsy-experimental.xml" token="<param name="enabled">true</param>" value="<param name="enabled">false</param>"/>
|
||||
<echo file="${nbdist.dir}/${app.name}-installer/autopsy/.lastModified" message="" />
|
||||
|
||||
<antcall target="build-installer-${os.family}" />
|
||||
</target>
|
||||
</project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user