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:
parent
6c1696f4c6
commit
fa3fc39c3f
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user