Skip to content

Commit

Permalink
Update sourceproto
Browse files Browse the repository at this point in the history
  • Loading branch information
rsheeter committed Nov 15, 2024
1 parent 0935402 commit a437cee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Lib/gftools/fonts_public.proto
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,11 @@ message SourceProto {
optional string branch = 5;
optional string commit = 2;
optional string archive_url = 3;
optional string config_yaml =
6; // See https://github.com/googlefonts/fontc/issues/1124
repeated SourceFileProto files = 4;
// Next = 6

// Next = 7
}

// A file to take from source and where to put it in dest
Expand Down
Binary file modified Lib/gftools/fonts_public_pb2.py
Binary file not shown.

0 comments on commit a437cee

Please sign in to comment.