1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 18:02:15 -05:00

fixups to our upload step

This commit is contained in:
Jesse Vincent 2010-03-24 01:21:09 +00:00
parent f441e299b6
commit 1516127b09

View File

@ -91,7 +91,7 @@
<echo>Uploading to Google Code using Google::Code::Upload</echo> <echo>Uploading to Google Code using Google::Code::Upload</echo>
<exec executable="mv" failonerror="true"> <exec executable="mv" failonerror="true">
<arg value="${out.release.package}" /> <arg value="${out.release.package}" />
<arg value="k9-${version-code}-release.apk" /> <arg value="bin/k9-${version-code}-release.apk" />
</exec> </exec>
<exec executable="googlecode_upload.pl" failonerror="true"> <exec executable="googlecode_upload.pl" failonerror="true">
<arg value="--summary" /> <arg value="--summary" />
@ -104,7 +104,7 @@
<arg value="${gcode-pass}" /> <arg value="${gcode-pass}" />
<arg value="--labels"/> <arg value="--labels"/>
<arg value="Type-Installer"/> <arg value="Type-Installer"/>
<arg value="${out.release.package}"/> <arg value="bin/k9-${version-code}-release.apk" />
</exec> </exec>
</target> </target>