Skip to content

Commit 2543546

Browse files
authored
Add module name to firmware object in index json (#47)
1 parent 52d9040 commit 2543546

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generator/generator.py

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def create_firmware_data(binary, module, version):
6767
"url": f"{DOWNLOAD_URL}/{firmware_path}",
6868
"checksum": f"SHA-256:{file_hash}",
6969
"size": f"{firmware.stat().st_size}",
70+
"module": module,
7071
}
7172

7273

0 commit comments

Comments
 (0)