Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -130,6 +130,10 @@
"minimum": 0,
"type": "integer"
},
"launched_by": {
"description": "Program that launched the installer, according to the /LaunchedBy command-line argument",
"type": "string"
},
"locale": {
"description": "Locale of the installer and the installed product, in AB_CD format",
"type": "string"
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 @@ -259,6 +259,10 @@
"writeable_req_not_met": {
"description": "True if the installation failed because the user doesn't have permission to write to the path we're trying to install to.",
"type": "boolean"
},
"launched_by": {
"description": "Program that launched the installer, according to the /LaunchedBy command-line argument",
"type": "string"
}
}
}