You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tooling/cli.rs/schema.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,7 @@
150
150
"certificateThumbprint": null,
151
151
"digestAlgorithm": null,
152
152
"timestampUrl": null,
153
+
"webviewFixedRuntimePath": null,
153
154
"wix": null
154
155
}
155
156
},
@@ -581,6 +582,7 @@
581
582
"certificateThumbprint": null,
582
583
"digestAlgorithm": null,
583
584
"timestampUrl": null,
585
+
"webviewFixedRuntimePath": null,
584
586
"wix": null
585
587
},
586
588
"allOf": [
@@ -1439,6 +1441,7 @@
1439
1441
"certificateThumbprint": null,
1440
1442
"digestAlgorithm": null,
1441
1443
"timestampUrl": null,
1444
+
"webviewFixedRuntimePath": null,
1442
1445
"wix": null
1443
1446
}
1444
1447
},
@@ -1872,6 +1875,13 @@
1872
1875
"null"
1873
1876
]
1874
1877
},
1878
+
"webviewFixedRuntimePath": {
1879
+
"description": "Path to the webview fixed runtime to use.\n\nThe fixed version can be downloaded [on the official website](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section). The `.cab` file must be extracted to a folder and this folder path must be defined on this field.",
1880
+
"type": [
1881
+
"string",
1882
+
"null"
1883
+
]
1884
+
},
1875
1885
"wix": {
1876
1886
"description": "Configuration for the MSI generated with WiX.",
0 commit comments