We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 09f19a0 commit 8caba32Copy full SHA for 8caba32
build.sh
@@ -1,4 +1,4 @@
1
-#!/bin/sh
+#!/bin/sh -e
2
3
rm -rf build
4
echo "* extracting and mounting fw"
utils/buildHotfix.sh
@@ -21,4 +21,4 @@ for dev in ${DEVICE_LIST} ; do
21
done
22
23
cd newHotfix
24
-${KINDLETOOL} create ota2 ${DEVICES} -b FC04 -O . "../build/Update_hotfix_languagebreak-${2}.bin"
+${KINDLETOOL} create ota2 ${DEVICES} -b FC04 -O -C -X . "../build/Update_hotfix_languagebreak-${2}.bin"
0 commit comments