mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-18 02:27:42 +00:00
target updates
This commit is contained in:
parent
ad098e38c2
commit
a9cd6d34ee
@ -256,10 +256,14 @@
|
|||||||
</condition>
|
</condition>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="-build-minimal-platform" description="Builds a minimal autopsy platform (i.e. just Core, CoreLibs, and Tika)">
|
<target name="-build-minimal-platform" depends="-init,clean" description="Builds a minimal autopsy platform (i.e. just Core, CoreLibs, and Tika)">
|
||||||
<antcall inheritAll="false" target="suite.build-zip">
|
<antcall inheritAll="false" target="suite.build-zip">
|
||||||
<param name="modules" value="CoreLibs:Tika:Core" />
|
<param name="modules" value="CoreLibs:Tika:Core" />
|
||||||
</antcall>
|
</antcall>
|
||||||
|
|
||||||
|
<move file="${dist.dir}/${app.name}.zip" tofile="${dist.dir}/${app.name}-minimal.zip"/>
|
||||||
|
<property name="build-minimal-platform-renamed" location="${dist.dir}/${app.name}-minimal.zip" />
|
||||||
|
<echo>File moved to ${build-minimal-platform-renamed}</echo>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- override build to add branding -->
|
<!-- override build to add branding -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user