Skip to content

Commit

Permalink
added windows_ubr to stub installer ping schema
Browse files Browse the repository at this point in the history
  • Loading branch information
erchen03 authored and scholtzan committed Sep 27, 2024
1 parent 0a133a9 commit 0fda66a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schemas/firefox-installer/install/install.1.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,10 @@
"version": {
"description": "Version of the installed product. May be different from installer_version for a stub install. Absent for a failed stub installation.",
"type": "string"
},
"windows_ubr": {
"description": "The Windows Update Build Revision of the installation device, 0 if it does not exist",
"type": "integer"
}
},
"required": [
Expand Down
4 changes: 4 additions & 0 deletions templates/firefox-installer/install/install.1.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,10 @@
"silent": {
"description": "True if the installer was run in silent mode (either from an MSI or with command-line parameters)",
"type": "boolean"
},
"windows_ubr": {
"description": "The Windows Update Build Revision of the installation device, 0 if it does not exist",
"type": "integer"
}
}
}

0 comments on commit 0fda66a

Please sign in to comment.