mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
yay! android changed build variables again
This commit is contained in:
parent
2db7293a9a
commit
3353e2711b
@ -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 New Issue
Block a user