Skip to content

Commit 65a47f0

Browse files
committed
add libusb0 dll to bin folder
1 parent b1606c4 commit 65a47f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package-avrdude.bash

+1
Original file line numberDiff line numberDiff line change
@@ -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
8080
# copy *toolchain-precompiled* content to any folder containing a .exe
8181
if [[ ${OUTPUT_TAG} == *"mingw"* ]] ; then
8282

83+
cp libusb-win32-bin-1.2.6.0/bin/x86/libusb0_x86.dll objdir/bin/libusb0.dll
8384
rm -f avrdude-${OUTPUT_VERSION}-${OUTPUT_TAG}.zip
8485
cp -a objdir avrdude
8586
zip -r avrdude-${OUTPUT_VERSION}-${OUTPUT_TAG}.zip avrdude

0 commit comments

Comments
 (0)