mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: write features json at same place we write manifest
This commit is contained in:
parent
2b30fbcfb2
commit
52ca2be0d1
@ -664,6 +664,7 @@ is bob we will attempt to checkout bob-AVR'''
|
||||
generator.run()
|
||||
|
||||
generator.write_manifest_json(os.path.join(self.binaries, "manifest.json"))
|
||||
generator.write_features_json(os.path.join(self.binaries, "features.json"))
|
||||
self.progress("Manifest generation successful")
|
||||
|
||||
self.progress("Generating stable releases")
|
||||
|
Loading…
Reference in New Issue
Block a user