yay! android changed build variables again

This commit is contained in:
Jesse Vincent 2010-10-05 06:17:47 +00:00
parent 2db7293a9a
commit 3353e2711b
1 changed files with 1 additions and 1 deletions

View File

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