mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Update build.xml
Change script to work with clean and travis
This commit is contained in:
parent
e0f2a8dea7
commit
9bdbc2dfc4
@ -214,7 +214,7 @@
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- override build to add branding -->
|
<!-- override build to add branding -->
|
||||||
<target name="build" depends="build-brand,suite.build" description="Compiles autopsy and produces a basic branded build that can run on a dev system" />
|
<target name="build" depends="build-brand,suite.build,chmod_executables" description="Compiles autopsy and produces a basic branded build that can run on a dev system" />
|
||||||
|
|
||||||
<target name="build-brand" depends="-init">
|
<target name="build-brand" depends="-init">
|
||||||
|
|
||||||
@ -322,7 +322,7 @@
|
|||||||
<antcall target="build-installer-${os.family}" />
|
<antcall target="build-installer-${os.family}" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="release" depends="suite.release">
|
<target name="chmod_executables" >
|
||||||
<chmod perm="a+x">
|
<chmod perm="a+x">
|
||||||
<fileset dir="${cluster}/markmckinnon" casesensitive="no" id="mm">
|
<fileset dir="${cluster}/markmckinnon" casesensitive="no" id="mm">
|
||||||
<include name="*_linux"/>
|
<include name="*_linux"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user