Fixed output filename in build.xml

This commit is contained in:
Cristian Maglie 2013-08-29 16:17:14 +02:00
parent 6c1696f4c6
commit fa3fc39c3f
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@
<!-- Create signed zip file -->
<exec executable="zip" dir="macosx/work">
<arg line="-q -r ../arduino-${version}-${platform}.zip ." />
<arg line="-q -r ../arduino-${version}-${platform}-signed.zip ." />
</exec>
<echo>