yay! android changed build variables again
This commit is contained in:
parent
2db7293a9a
commit
3353e2711b
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue