Selaa lähdekoodia

chore(config): add link to doc page

Lucas Nogueira 3 vuotta sitten
vanhempi
sitoutus
445e05d9bd
2 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 2 0
      core/tauri-utils/src/config.rs
  2. 1 1
      tooling/cli/schema.json

+ 2 - 0
core/tauri-utils/src/config.rs

@@ -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))]

+ 1 - 1
tooling/cli/schema.json

@@ -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.",