We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1606c4 commit 65a47f0Copy full SHA for 65a47f0
package-avrdude.bash
@@ -80,6 +80,7 @@ rm -rf avrdude-6.3 libusb-1.0.20 libusb-compat-0.1.5 libusb-win32-bin-1.2.6.0 li
80
# copy *toolchain-precompiled* content to any folder containing a .exe
81
if [[ ${OUTPUT_TAG} == *"mingw"* ]] ; then
82
83
+ cp libusb-win32-bin-1.2.6.0/bin/x86/libusb0_x86.dll objdir/bin/libusb0.dll
84
rm -f avrdude-${OUTPUT_VERSION}-${OUTPUT_TAG}.zip
85
cp -a objdir avrdude
86
zip -r avrdude-${OUTPUT_VERSION}-${OUTPUT_TAG}.zip avrdude
0 commit comments