mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
call build in build-zip
This commit is contained in:
parent
5520ca418f
commit
8202da17f6
@ -126,7 +126,7 @@
|
||||
<!-- This target will create a custom ZIP file for us. It first uses the general
|
||||
ZIP target and then opens it up and adds in any files that we want. This is where we customize the
|
||||
version number. -->
|
||||
<target name="build-zip" depends="set-release-build, doxygen, suite.build-zip"> <!--,findJRE" -->
|
||||
<target name="build-zip" depends="set-release-build, build, doxygen, suite.build-zip"> <!--,findJRE" -->
|
||||
|
||||
<property name="release.dir" value="${nbdist.dir}/${app.name}"/>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user