call build in build-zip

This commit is contained in:
Greg DiCristofaro 2022-05-04 18:53:05 -04:00
parent 5520ca418f
commit 8202da17f6

View File

@ -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}"/>