mirror of
https://github.com/mashed-potatoes/PotatoNV-crossplatform.git
synced 2024-11-12 18:04:19 +01:00
hotfix
This commit is contained in:
parent
14000a9e52
commit
dea7278698
1 changed files with 1 additions and 0 deletions
|
@ -84,5 +84,6 @@ def main():
|
||||||
if not args.skip_bootloader:
|
if not args.skip_bootloader:
|
||||||
with open(args.manifest) as json_file:
|
with open(args.manifest) as json_file:
|
||||||
data = json.load(json_file)
|
data = json.load(json_file)
|
||||||
|
data["name"] = args.bootloader
|
||||||
flash_images(data)
|
flash_images(data)
|
||||||
write_nvme(args.key)
|
write_nvme(args.key)
|
||||||
|
|
Loading…
Reference in a new issue