From 26573d99303c6ab4f9d1cc1a5fa22acbdd2b646d Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 21 Dec 2023 17:25:26 +0100 Subject: [PATCH] Update build-zip.sh --- build-zip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-zip.sh b/build-zip.sh index 9223d65..f48ea03 100755 --- a/build-zip.sh +++ b/build-zip.sh @@ -88,7 +88,7 @@ JSON_STRING=$( jq -n \ printf "$JSON_STRING" > build-files/manifest.json cd build-files -zip -0 mgos32-to-tasmota32-$shelly_device.zip manifest.json $app_file $boot_file $fs_file $otadata_file $partition_file +zip -0 mgos32-to-tasmota32-$shelly_device.zip manifest.json $boot_file $partition_file $otadata_file $app_file $fs_file mv mgos32-to-tasmota32-$shelly_device.zip ../output/ cd ..