diff --git a/omaha/omaha.go b/omaha/omaha.go index 387ed88..e15e95b 100644 --- a/omaha/omaha.go +++ b/omaha/omaha.go @@ -77,9 +77,11 @@ type App struct { Lang string `xml:"lang,attr,omitempty"` Client string `xml:"client,attr,omitempty"` InstallAge string `xml:"installage,attr,omitempty"` + Status string `xml:"status,attr,omitempty"` + + // update engine extensions Track string `xml:"track,attr,omitempty"` FromTrack string `xml:"from_track,attr,omitempty"` - Status string `xml:"status,attr,omitempty"` } func NewApp(id string) *App {