mirror of
https://github.com/moparisthebest/k-9
synced 2024-10-31 15:45:08 -04:00
update our upload target for sdk 16
This commit is contained in:
parent
5c9b1db459
commit
da7f2a2943
@ -142,7 +142,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.file}" />
|
||||
<arg value="${out.final.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