1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-19 13:54:23 +01:00

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

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>