From 4da5d79e883f0b10a0308a211264effff75c6926 Mon Sep 17 00:00:00 2001 From: Mark Huson Date: Wed, 6 May 2020 19:45:02 -0700 Subject: [PATCH] add device-update to zip --- bin/build-all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/build-all.sh b/bin/build-all.sh index 44a7d875..edea28cd 100755 --- a/bin/build-all.sh +++ b/bin/build-all.sh @@ -64,6 +64,6 @@ Generated by bin/buildall.sh --> XML rm -f $ARCHIVEDIR/firmware-$VERSION.zip -zip --junk-paths $ARCHIVEDIR/firmware-$VERSION.zip $OUTDIR/bins/firmware-*-$VERSION.* images/system-info.bin bin/device-install.sh +zip --junk-paths $ARCHIVEDIR/firmware-$VERSION.zip $OUTDIR/bins/firmware-*-$VERSION.* images/system-info.bin bin/device-install.sh bin/device-update.sh -echo BUILT ALL \ No newline at end of file +echo BUILT ALL