Skip to content

Commit

Permalink
Update build-zip.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 committed Dec 21, 2023
1 parent 0463dcd commit 26573d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down

0 comments on commit 26573d9

Please sign in to comment.