Skip to content

Commit fcafc87

Browse files
committed
Fix macOS signed package generation
1 parent 0c0dfa0 commit fcafc87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/build.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,9 @@
545545
<delete dir="macosx/work/Arduino.app" />
546546

547547
<!-- Unzip unsigned app into working dir -->
548-
<unzip src="../arduino-${version}-${platform}.zip" dest="macosx/work"/>
548+
<exec executable="unzip" dir="macosx/work" failonerror="true">
549+
<arg line="../arduino-${version}-${platform}.zip" />
550+
</exec>
549551

550552
<!-- Unlock keychain file -->
551553
<exec executable="security" dir="macosx/work" failonerror="true">

0 commit comments

Comments
 (0)