Skip to content

Commit

Permalink
Minor update to the build script and links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marchbold committed Feb 24, 2022
1 parent a1f6a87 commit a4aeaa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ See the [wiki](https://github.com/airsdk/apm/wiki) for details.

## Get involved

Have a look at the [contributing guidelines](https://github.com/airsdk/apm/blob/efb0b6ab357448dcf3e6cb27b684be6e1ac6dac7/.github/CONTRIBUTING.md) to see how you can contribute to apm.
Have a look at the [contributing guidelines](https://github.com/airsdk/apm/blob/master/.github/CONTRIBUTING.md) to see how you can contribute to apm.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

<!-- PACKAGE -->

<target name="package" depends="build" >
<target name="package" depends="clean, build" >
<property file="version.config" />
<var name="version" value="${version_major}.${version_minor}.${version_build}${version_preview}" />
<zip destfile="${apm.basedir}/apm_${version}.zip">
Expand Down

0 comments on commit a4aeaa4

Please sign in to comment.