Skip to content

Commit fa3fc39

Browse files
committed
Fixed output filename in build.xml
1 parent 6c1696f commit fa3fc39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297

298298
<!-- Create signed zip file -->
299299
<exec executable="zip" dir="macosx/work">
300-
<arg line="-q -r ../arduino-${version}-${platform}.zip ." />
300+
<arg line="-q -r ../arduino-${version}-${platform}-signed.zip ." />
301301
</exec>
302302

303303
<echo>

0 commit comments

Comments
 (0)