Updated boot-data.zip
This commit is contained in:
parent
2cac5a4617
commit
2daaf73850
3 changed files with 5 additions and 5 deletions
Binary file not shown.
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37f123b43cf5fb687d12caaf3a684eee468aff884c5ef2ac8ccf05a82c469fbf
|
||||
size 694508
|
||||
oid sha256:4065d50db1e9ceaa99ca1a49cfb876ec8c47217a957b94e503a038d4b908fd00
|
||||
size 697301
|
||||
|
|
6
mkzip.sh
6
mkzip.sh
|
@ -7,6 +7,6 @@ then
|
|||
fi
|
||||
|
||||
V=$1
|
||||
F=THEA500-WHDLoad-package-${V}.zip
|
||||
zip -r ${F} THEA500 -x "*.gitignore"
|
||||
sha256sum ${F}
|
||||
F=THEA500-WHDLoad-package-${V}
|
||||
zip -r ${F}.zip THEA500 -x "*.gitignore"
|
||||
sha256sum ${F}.zip | tee ${F}.sum
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue