We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6db1de commit 5102ed4Copy full SHA for 5102ed4
build/build.xml
@@ -495,6 +495,11 @@
495
<fileset dir="${staging_folder}/work/${staging_hardware_folder}/tools" includes="**/bin/*"/>
496
<fileset dir="${staging_folder}/work/${staging_hardware_folder}/tools" includes="**/libexec/gcc/avr/4.8.1/*"/>
497
</chmod>
498
+
499
+ <!-- macosx gatekeeper workaround. See https://github.com/arduino/Arduino/issues/3468 -->
500
+ <chmod perm="-x">
501
+ <fileset dir="${staging_folder}/work/${staging_hardware_folder}/tools" includes="**/bin/avrdude_bin" />
502
+ </chmod>
503
</target>
504
505
<target name="macosx-run" depends="build,start"/>
0 commit comments