mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-11-05 20:50:03 +08:00
Generate info.json file with timestamp and build number
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user