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 ..