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: core/tauri-config-schema/schema.json
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,6 @@
120
120
"signCommand": null,
121
121
"timestampUrl": null,
122
122
"tsp": false,
123
-
"webviewFixedRuntimePath": null,
124
123
"webviewInstallMode": {
125
124
"silent": true,
126
125
"type": "downloadBootstrapper"
@@ -1650,7 +1649,6 @@
1650
1649
"signCommand": null,
1651
1650
"timestampUrl": null,
1652
1651
"tsp": false,
1653
-
"webviewFixedRuntimePath": null,
1654
1652
"webviewInstallMode": {
1655
1653
"silent": true,
1656
1654
"type": "downloadBootstrapper"
@@ -1998,13 +1996,6 @@
1998
1996
}
1999
1997
]
2000
1998
},
2001
-
"webviewFixedRuntimePath": {
2002
-
"description": "Path to the webview fixed runtime to use. Overwrites [`Self::webview_install_mode`] if set.\n\n Will be removed in v2, prefer the [`Self::webview_install_mode`] option.\n\n The fixed version can be downloaded [on the official website](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section).\n The `.cab` file must be extracted to a folder and this folder path must be defined on this field.",
2003
-
"type": [
2004
-
"string",
2005
-
"null"
2006
-
]
2007
-
},
2008
1999
"allowDowngrades": {
2009
2000
"description": "Validates a second app installation, blocking the user from installing an older version if set to `false`.\n\n For instance, if `1.2.1` is installed, the user won't be able to install app version `1.2.0` or `1.1.5`.\n\n The default value of this flag is `true`.",
Copy file name to clipboardExpand all lines: tooling/cli/schema.json
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,6 @@
120
120
"signCommand": null,
121
121
"timestampUrl": null,
122
122
"tsp": false,
123
-
"webviewFixedRuntimePath": null,
124
123
"webviewInstallMode": {
125
124
"silent": true,
126
125
"type": "downloadBootstrapper"
@@ -1650,7 +1649,6 @@
1650
1649
"signCommand": null,
1651
1650
"timestampUrl": null,
1652
1651
"tsp": false,
1653
-
"webviewFixedRuntimePath": null,
1654
1652
"webviewInstallMode": {
1655
1653
"silent": true,
1656
1654
"type": "downloadBootstrapper"
@@ -1998,13 +1996,6 @@
1998
1996
}
1999
1997
]
2000
1998
},
2001
-
"webviewFixedRuntimePath": {
2002
-
"description": "Path to the webview fixed runtime to use. Overwrites [`Self::webview_install_mode`] if set.\n\n Will be removed in v2, prefer the [`Self::webview_install_mode`] option.\n\n The fixed version can be downloaded [on the official website](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section).\n The `.cab` file must be extracted to a folder and this folder path must be defined on this field.",
2003
-
"type": [
2004
-
"string",
2005
-
"null"
2006
-
]
2007
-
},
2008
1999
"allowDowngrades": {
2009
2000
"description": "Validates a second app installation, blocking the user from installing an older version if set to `false`.\n\n For instance, if `1.2.1` is installed, the user won't be able to install app version `1.2.0` or `1.1.5`.\n\n The default value of this flag is `true`.",
0 commit comments