We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed4a87 commit b44af63Copy full SHA for b44af63
package-avrdude.bash
@@ -92,14 +92,14 @@ if [[ ${OUTPUT_TAG} == *"mingw"* ]] ; then
92
cp libusb-win32-bin-1.2.6.0/bin/x86/libusb0_x86.dll objdir/bin/libusb0.dll
93
rm -f avrdude-${OUTPUT_VERSION}-${OUTPUT_TAG}.zip
94
cp -a objdir avrdude
95
- zip -r avrdude-${OUTPUT_VERSION}-${OUTPUT_TAG}.zip avrdude
+ zip -r avrdude-${OUTPUT_VERSION}-${OUTPUT_TAG}.zip avrdude/bin/ avrdude/etc/avrdude.conf
96
rm -r avrdude
97
98
else
99
100
rm -f avrdude-${OUTPUT_VERSION}-${OUTPUT_TAG}.tar.bz2
101
102
- tar -cjvf avrdude-${OUTPUT_VERSION}-${OUTPUT_TAG}.tar.bz2 avrdude
+ tar -cjvf avrdude-${OUTPUT_VERSION}-${OUTPUT_TAG}.tar.bz2 avrdude/bin/avrdude avrdude/etc/avrdude.conf
103
104
105
fi
0 commit comments