Skip to content

Commit 8caba32

Browse files
committedNov 1, 2023
Build a prettier tarball
(No ./ shenanigans) Also, add basic packaging metadata
1 parent 09f19a0 commit 8caba32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/sh -e
22

33
rm -rf build
44
echo "* extracting and mounting fw"

‎utils/buildHotfix.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ for dev in ${DEVICE_LIST} ; do
2121
done
2222

2323
cd newHotfix
24-
${KINDLETOOL} create ota2 ${DEVICES} -b FC04 -O . "../build/Update_hotfix_languagebreak-${2}.bin"
24+
${KINDLETOOL} create ota2 ${DEVICES} -b FC04 -O -C -X . "../build/Update_hotfix_languagebreak-${2}.bin"

0 commit comments

Comments
 (0)
Please sign in to comment.