Tools: build_binaries.sh references renamed generate-manifest.py

This commit is contained in:
Peter Barker 2017-08-16 20:34:45 +10:00
parent e8f660f4a9
commit 0f99196972
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ done
rm -rf $TMPDIR
if ./Tools/scripts/generate-manifest.py $binaries http://firmware.ardupilot.org >$binaries/manifest.json.new; then
if ./Tools/scripts/generate_manifest.py $binaries http://firmware.ardupilot.org >$binaries/manifest.json.new; then
echo "Manifest generation succeeded"
# provide a pre-compressed manifest. For reference, a 7M manifest
# "gzip -9"s to 300k in 1 second, "xz -e"s to 80k in 26 seconds