chore(config): add link to doc page

This commit is contained in:
Lucas Nogueira 2022-06-29 00:01:06 -03:00
parent eac56c32fe
commit 445e05d9bd
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1
2 changed files with 3 additions and 1 deletions

View File

@ -409,6 +409,8 @@ pub struct WixConfig {
/// Install modes for the Webview2 runtime.
/// Note that for the updater bundle [`Self::DownloadBootstrapper`] is used.
///
/// For more information see <https://tauri.app/v1/guides/building/windows>.
#[derive(Debug, PartialEq, Eq, Clone, Serialize, Deserialize)]
#[serde(tag = "type", rename_all = "camelCase", deny_unknown_fields)]
#[cfg_attr(feature = "schema", derive(JsonSchema))]

View File

@ -1240,7 +1240,7 @@
"additionalProperties": false
},
"WebviewInstallMode": {
"description": "Install modes for the Webview2 runtime. Note that for the updater bundle [`Self::DownloadBootstrapper`] is used.",
"description": "Install modes for the Webview2 runtime. Note that for the updater bundle [`Self::DownloadBootstrapper`] is used.\n\nFor more information see <https://tauri.app/v1/guides/building/windows>.",
"oneOf": [
{
"description": "Do not install the Webview2 as part of the Windows Installer.",