generate a patchset table gui

This commit is contained in:
Jeff Carr 2025-03-10 13:52:46 -05:00
parent 5377a89d2c
commit da485dcc3f
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ message Patch {
repeated string Files = 23; // the filenames this patch changes
}
message Patches { // this is a "PATCH: [1/x]" series
message Patches { // this is a "PATCH: [1/x]" series `autogenpb:gui:Patch`
string uuid = 1; // `autogenpb:uuid:be926ad9-1111-484c-adf2-d96eeabf3079`
string version = 2; // `autogenpb:version:v0.0.45`
repeated Patch Patches = 3;