We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7376676 commit e3dbab1Copy full SHA for e3dbab1
package.sh
@@ -80,6 +80,7 @@ CHKSUM=`sha256sum $FILENAME | awk '{ print $1 }'`
80
SIZE=`wc -c $FILENAME | awk '{ print $1 }'`
81
FLAVOUR_TAG=${FLAVOUR^^}_
82
FLAVOUR_NAME=${FLAVOUR,,}
83
+VERSION_NAME= ${VERSION//./-}
84
85
cat ArduinoCore-mbed/extras/mbed_$FLAVOUR_NAME-tag.template.json |
86
sed "s/%%VERSION%%/${VERSION}/" |
0 commit comments