Skip to content

Commit

Permalink
yay! android changed build variables again
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Oct 5, 2010
1 parent 2db7293 commit 3353e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -130,7 +130,7 @@
<target name="upload" depends="clean,get-version,release">
<echo>Uploading to Google Code using Google::Code::Upload</echo>
<exec executable="mv" failonerror="true">
<arg value="${out.release.package}" />
<arg value="${out.release.file}" />
<arg value="bin/k9-${version-name}-release.apk" />
</exec>
<exec executable="googlecode_upload.pl" failonerror="true">
Expand Down

0 comments on commit 3353e27

Please sign in to comment.