Skip to content

Commit 27be8ff

Browse files
committed
Add generator string
1 parent 494abe6 commit 27be8ff

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/dumpers/schemas/json_exporter.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ void Dump(const std::vector<IntermediateSchemaEnum>& enums, const std::vector<In
239239
DumpClasses(classes, classesArray);
240240
DumpEnums(enums, enumsArray);
241241

242+
root["generator"] = "https://github.com/ValveResourceFormat/DumpSource2";
243+
242244
if (!Globals::sourceRevision.empty())
243245
root["revision"] = std::stoi(Globals::sourceRevision);
244246

0 commit comments

Comments
 (0)