Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change build directory
  • Loading branch information
kthoden committed Sep 21, 2021
1 parent 824a6ec commit 7233eb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.xml
Expand Up @@ -3,9 +3,9 @@
<xmlproperty file="expath-pkg.xml"/>
<property name="project.version" value="${package(version)}"/>
<property name="project.app" value="EOA"/>
<property name="build.dir" value="build"/>
<property name="build.dir" value="../releases"/>
<target name="xar">
<mkdir dir="${build.dir}"/>
<zip basedir="." destfile="${build.dir}/${project.app}-${project.version}.xar" excludes="${build.dir}/*"/>
</target>
</project>
</project>

0 comments on commit 7233eb1

Please sign in to comment.