Skip to content

Commit 8ed806a

Browse files
committed
Workaround for macosx gatekeeper.
See arduino/Arduino#3468
1 parent 9d03ed1 commit 8ed806a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

avrdude-files/avrdude

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
22

33
export LD_LIBRARY_PATH="`dirname "$0"`/../lib/"
4+
# Workaround for macosx gatekeeper, see https://github.com/arduino/Arduino/issues/3468
5+
chmod +x "`dirname "$0"`/avrdude_bin"
46
exec -a "$0" "`dirname "$0"`/avrdude_bin" "$@"

0 commit comments

Comments
 (0)