Generate info.json file with timestamp and build number

This commit is contained in:
a2x
2024-03-29 00:44:06 +10:00
parent 085cd404d8
commit bf890592c2
2 changed files with 47 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ fn main() -> Result<()> {
let results = Results::new(buttons, interfaces, offsets, schemas);
results.dump_all(&out_dir, indent_size)?;
results.dump_all(&mut process, &out_dir, indent_size)?;
info!("finished in {:?}", start_time.elapsed());