allow apps to specify cwd for sandbox setup.

This commit is contained in:
iceweasel-oai
2026-03-04 09:01:36 -08:00
parent 8a59386273
commit 334232f049
9 changed files with 39 additions and 7 deletions

View File

@@ -10,6 +10,13 @@
}
},
"properties": {
"cwd": {
"format": "path",
"type": [
"string",
"null"
]
},
"mode": {
"$ref": "#/definitions/WindowsSandboxSetupMode"
}
@@ -19,4 +26,4 @@
],
"title": "WindowsSandboxSetupStartParams",
"type": "object"
}
}