We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d03ed1 commit 8ed806aCopy full SHA for 8ed806a
avrdude-files/avrdude
@@ -1,4 +1,6 @@
1
#!/bin/bash
2
3
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"
6
exec -a "$0" "`dirname "$0"`/avrdude_bin" "$@"
0 commit comments