Skip to content

Commit

Permalink
Fix macOS signed package generation
Browse files Browse the repository at this point in the history
  • Loading branch information
facchinm committed Sep 11, 2019
1 parent 0c0dfa0 commit fcafc87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,9 @@
<delete dir="macosx/work/Arduino.app" />

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

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

0 comments on commit fcafc87

Please sign in to comment.